org.apache.directory.shared.ldap.message
Class MessageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.directory.shared.ldap.RuntimeMultiException
                  extended by org.apache.directory.shared.ldap.message.MessageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ProviderException

public class MessageException
extends RuntimeMultiException

This exception is thrown when a message processing error occurs.

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
MessageException()
          Constructs an Exception without a message.
MessageException(java.lang.String a_message)
          Constructs an Exception with a detailed message.
 
Method Summary
 
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
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

MessageException

public MessageException()
Constructs an Exception without a message.


MessageException

public MessageException(java.lang.String a_message)
Constructs an Exception with a detailed message.

Parameters:
a_message - The message associated with the exception.