|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.directory.shared.ldap.RuntimeMultiException
org.apache.directory.shared.ldap.message.MessageException
org.apache.directory.shared.ldap.message.spi.ProviderException
This exception is thrown when provider specific errors occur.
| Constructor Summary | |
ProviderException(Provider a_provider)
Constructs an Exception without a message. |
|
ProviderException(Provider a_provider,
java.lang.String a_message)
Constructs an Exception with a detailed message. |
|
| Method Summary | |
Provider |
getProvider()
Gets the provider that caused this exception. |
| Methods inherited from class org.apache.directory.shared.ldap.RuntimeMultiException |
addThrowable, isEmpty, listNestedExceptions, printStackTrace, printStackTrace, printStackTrace, size |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ProviderException(Provider a_provider)
a_provider - The offending Provider that caused the exception.
public ProviderException(Provider a_provider,
java.lang.String a_message)
a_provider - The offending Provider that caused the exception.a_message - The message associated with the exception.| Method Detail |
public Provider getProvider()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||