org.apache.directory.shared.ldap.message
Class MessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.directory.shared.ldap.RuntimeMultiException
org.apache.directory.shared.ldap.message.MessageException
- All Implemented Interfaces:
- 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
MessageException
public MessageException()
- Constructs an Exception without a message.
MessageException
public MessageException(String a_message)
- Constructs an Exception with a detailed message.
- Parameters:
a_message
- The message associated with the exception.
Copyright © 2004-2012. All Rights Reserved.