Uses of Class
org.apache.directory.api.ldap.model.message.ResultCodeEnum

Packages that use ResultCodeEnum
org.apache.directory.api.ldap.model.cursor   
org.apache.directory.api.ldap.model.exception   
org.apache.directory.api.ldap.model.message   
 

Uses of ResultCodeEnum in org.apache.directory.api.ldap.model.cursor
 

Methods in org.apache.directory.api.ldap.model.cursor that return ResultCodeEnum
 ResultCodeEnum CursorLdapReferralException.getResultCode()
          Always returns REFERRAL
 

Uses of ResultCodeEnum in org.apache.directory.api.ldap.model.exception
 

Fields in org.apache.directory.api.ldap.model.exception declared as ResultCodeEnum
protected  ResultCodeEnum LdapOperationException.resultCode
          The operation resultCode
 

Methods in org.apache.directory.api.ldap.model.exception that return ResultCodeEnum
 ResultCodeEnum LdapReferralException.getResultCode()
          Always returns REFERRAL
 ResultCodeEnum LdapOperationException.getResultCode()
          Gets the LDAP result code that would be associated with this exception.
 ResultCodeEnum AbstractLdapReferralException.getResultCode()
          Always returns REFERRAL
 

Constructors in org.apache.directory.api.ldap.model.exception with parameters of type ResultCodeEnum
LdapAuthenticationNotSupportedException(ResultCodeEnum resultCode)
          Creates a new instance of LdapAuthenticationNotSupportedException.
LdapAuthenticationNotSupportedException(ResultCodeEnum resultCode, String message)
          Creates a new instance of LdapAuthenticationNotSupportedException.
LdapInvalidAttributeValueException(ResultCodeEnum resultCode)
          Creates a new instance of LdapInvalidAttributeValueException.
LdapInvalidAttributeValueException(ResultCodeEnum resultCode, String message)
          Creates a new instance of LdapInvalidAttributeValueException.
LdapInvalidAttributeValueException(ResultCodeEnum resultCode, String message, Throwable cause)
          Creates a new instance of LdapInvalidAttributeValueException.
LdapInvalidDnException(ResultCodeEnum resultCode)
          Creates a new instance of LdapInvalidDnException.
LdapInvalidDnException(ResultCodeEnum resultCode, String message)
          Creates a new instance of LdapInvalidDnException.
LdapInvalidDnException(ResultCodeEnum resultCode, String message, Throwable cause)
          Creates a new instance of LdapInvalidDnException.
LdapOperationException(ResultCodeEnum resultCode, String message)
          Creates a new instance of LdapOperationException.
LdapOperationException(ResultCodeEnum resultCode, String message, Throwable cause)
          Creates a new instance of LdapOperationException.
LdapSchemaViolationException(ResultCodeEnum resultCode)
          Creates a new instance of LdapSchemaViolationException.
LdapSchemaViolationException(ResultCodeEnum resultCode, String message)
          Creates a new instance of LdapSchemaViolationException.
LdapSchemaViolationException(ResultCodeEnum resultCode, String message, Throwable cause)
           
LdapServiceUnavailableException(ResultCodeEnum resultCode)
          Creates a new instance of LdapServiceUnavailableException.
LdapServiceUnavailableException(ResultCodeEnum resultCode, String message)
          Creates a new instance of LdapServiceUnavailableException.
LdapUnwillingToPerformException(ResultCodeEnum resultCode)
          Creates a new instance of LdapUnwillingToPerformException.
LdapUnwillingToPerformException(ResultCodeEnum resultCode, String message)
          Creates a new instance of LdapUnwillingToPerformException.
LdapUnwillingToPerformException(ResultCodeEnum resultCode, String message, Throwable cause)
           
 

Uses of ResultCodeEnum in org.apache.directory.api.ldap.model.message
 

Methods in org.apache.directory.api.ldap.model.message that return ResultCodeEnum
static ResultCodeEnum ResultCodeEnum.getBestEstimate(Throwable t, MessageTypeEnum type)
          Takes a guess at the result code to use if it cannot figure it out from known Throwable to result code mappings.
 ResultCodeEnum LdapResultImpl.getResultCode()
          Gets the result code enumeration associated with the response.
 ResultCodeEnum LdapResult.getResultCode()
          Gets the result code enumeration associated with the response.
static ResultCodeEnum ResultCodeEnum.getResultCode(int value)
           
static ResultCodeEnum ResultCodeEnum.getResultCode(Throwable t)
          Gets an LDAP result code from a Throwable if it can resolve it unambiguously or returns null if it cannot resolve the exception to a single ResultCode.
static ResultCodeEnum ResultCodeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ResultCodeEnum[] ResultCodeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.directory.api.ldap.model.message with parameters of type ResultCodeEnum
 void LdapResultImpl.setResultCode(ResultCodeEnum resultCode)
          Sets the result code enumeration associated with the response.
 void LdapResult.setResultCode(ResultCodeEnum resultCode)
          Sets the result code enumeration associated with the response.
 



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