|
|||||||||||
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
This exception is thrown when a message processing error occurs.
Constructor Summary | |
MessageException()
Constructs an Exception without a message. |
|
MessageException(java.lang.String a_message)
Constructs an Exception with a detailed message. |
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 MessageException()
public MessageException(java.lang.String a_message)
a_message
- The message associated with the exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |