public class ProviderException extends MessageException
Constructor and Description |
---|
ProviderException(Provider a_provider)
Constructs an Exception without a message.
|
ProviderException(Provider a_provider,
String a_message)
Constructs an Exception with a detailed message.
|
Modifier and Type | Method and Description |
---|---|
Provider |
getProvider()
Gets the provider that caused this exception.
|
addThrowable, isEmpty, listNestedExceptions, printStackTrace, printStackTrace, printStackTrace, size
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public ProviderException(Provider a_provider)
a_provider
- The offending Provider that caused the exception.public Provider getProvider()
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.