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.

Version:
$Revision: 434411 $
Author:
Apache Directory Project
See Also:
Serialized Form

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
 

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.


Copyright © 2004-2011. All Rights Reserved.