org.apache.directory.api.ldap.model.exception
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.api.util.exception.RuntimeMultiException
                  extended by org.apache.directory.api.ldap.model.exception.MessageException
All Implemented Interfaces:
Serializable

public class MessageException
extends org.apache.directory.api.util.exception.RuntimeMultiException

This exception is thrown when a message processing error occurs.

Author:
Apache Directory Project
See Also:
Serialized Form

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

MessageException

public MessageException()
Constructs an Exception without a message.


MessageException

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

Parameters:
message - The message associated with the exception.


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.