org.apache.directory.shared.ldap.model.exception
Class MessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.directory.shared.util.exception.RuntimeMultiException
org.apache.directory.shared.ldap.model.exception.MessageException
- All Implemented Interfaces:
- Serializable
public class MessageException
- extends RuntimeMultiException
This exception is thrown when a message processing error occurs.
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
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-2011 The Apache Software Foundation. All Rights Reserved.