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

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.directory.shared.ldap.RuntimeMultiException
                  extended byorg.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: 379008 $
Author:
Alex Karasulu, $Author: akarasulu $
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.
 
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 © 2003-2006 . All Rights Reserved.