org.apache.directory.api.ldap.model.exception
Class LdapNoSuchOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.api.ldap.model.exception.LdapException
              extended by org.apache.directory.api.ldap.model.exception.LdapOperationException
                  extended by org.apache.directory.api.ldap.model.exception.LdapNoSuchOperationException
All Implemented Interfaces:
Serializable

public class LdapNoSuchOperationException
extends LdapOperationException

A LdapNoSuchOperationException which associates a resultCode, namely the ResultCodeEnum.NO_SUCH_OPERATION resultCode with the exception.

Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.directory.api.ldap.model.exception.LdapOperationException
resolvedDn, resultCode
 
Constructor Summary
LdapNoSuchOperationException()
          Creates a new instance of LdapNoSuchOperationException.
LdapNoSuchOperationException(String explanation)
          Creates a new instance of LdapNoSuchOperationException.
 
Method Summary
 
Methods inherited from class org.apache.directory.api.ldap.model.exception.LdapOperationException
getResolvedDn, getResultCode, setResolvedDn
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LdapNoSuchOperationException

public LdapNoSuchOperationException()
Creates a new instance of LdapNoSuchOperationException.


LdapNoSuchOperationException

public LdapNoSuchOperationException(String explanation)
Creates a new instance of LdapNoSuchOperationException.

Parameters:
explanation - The associated error message


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.