org.apache.directory.shared.ldap.codec.api
Class MessageEncoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.directory.shared.asn1.EncoderException
org.apache.directory.shared.ldap.codec.api.MessageEncoderException
- All Implemented Interfaces:
- Serializable
public class MessageEncoderException
- extends EncoderException
Create an exception containing the messageId
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MessageEncoderException
public MessageEncoderException(int messageId,
String message)
- Creates a new instance of MessageEncoderException.
- Parameters:
messageId - The message IDmessage - The exception message
getMessageId
public int getMessageId()
- Returns:
- the messageId
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.