|
||||||||||
| 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.api.util.exception.RuntimeMultiException
org.apache.directory.api.ldap.model.exception.MessageException
public class MessageException
This exception is thrown when a message processing error occurs.
| Constructor Summary | |
|---|---|
MessageException()
Constructs an Exception without a message. |
|
MessageException(String message)
Constructs an Exception with a detailed message. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.directory.api.util.exception.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(String message)
message - The message associated with the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||