org.apache.directory.api.ldap.model.exception
Class LdapUnknownException
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.LdapUnknownException
- All Implemented Interfaces:
- Serializable
public class LdapUnknownException
- extends LdapOperationException
A LdapUnknownException which associates a resultCode, namely the
ResultCodeEnum.UNKNOWN resultCode with the exception.
- 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 |
LdapUnknownException
public LdapUnknownException()
- Creates a new instance of LdapUnknownException.
LdapUnknownException
public LdapUnknownException(String explanation)
- Creates a new instance of LdapUnknownException.
- Parameters:
explanation - The associated error message
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.