org.apache.directory.shared.ldap.exception
Class LdapUnwillingToPerformException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.shared.ldap.exception.LdapException
              extended by org.apache.directory.shared.ldap.exception.LdapOperationException
                  extended by org.apache.directory.shared.ldap.exception.LdapUnwillingToPerformException
All Implemented Interfaces:
java.io.Serializable

public class LdapUnwillingToPerformException
extends LdapOperationException

An LDAPException that extends the LdapOperationException carrying with it the corresponding result codes for this condition.

Version:
$Rev$
Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.exception.LdapOperationException
resolvedDn, resultCode
 
Constructor Summary
LdapUnwillingToPerformException(ResultCodeEnum resultCode)
          Creates a new instance of LdapUnwillingToPerformException.
LdapUnwillingToPerformException(ResultCodeEnum resultCode, java.lang.String message)
          Creates a new instance of LdapUnwillingToPerformException.
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.ldap.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

LdapUnwillingToPerformException

public LdapUnwillingToPerformException(ResultCodeEnum resultCode,
                                       java.lang.String message)
Creates a new instance of LdapUnwillingToPerformException.

Parameters:
resultCode - the ResultCodeEnum for this exception
message - The exception message

LdapUnwillingToPerformException

public LdapUnwillingToPerformException(ResultCodeEnum resultCode)
Creates a new instance of LdapUnwillingToPerformException.

Parameters:
resultCode - the ResultCodeEnum for this exception


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.