org.apache.directory.api.ldap.model.exception
Class LdapProtocolErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.directory.api.ldap.model.exception.LdapException
org.apache.directory.api.ldap.model.exception.LdapOperationException
org.apache.directory.api.ldap.model.exception.LdapProtocolErrorException
- All Implemented Interfaces:
- Serializable
public class LdapProtocolErrorException
- extends LdapOperationException
A subclass of LdapOperationException which associates the
ResultCodeEnum.PROTOCOL_ERROR value with the type.
- 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 |
LdapProtocolErrorException
public LdapProtocolErrorException(String message)
- Creates a new instance of LdapProtocolErrorException.
- Parameters:
message - The exception message
LdapProtocolErrorException
public LdapProtocolErrorException(String message,
Throwable cause)
- Creates a new instance of LdapProtocolErrorException.
- Parameters:
message - The exception messagecause - The root cause for this exception
LdapProtocolErrorException
public LdapProtocolErrorException()
- Creates a new instance of LdapProtocolErrorException.
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.