Uses of Class
org.apache.directory.server.changepw.exceptions.ErrorType

Packages that use ErrorType
org.apache.directory.server.changepw.exceptions Provides the root of the exception hierarchy, as well as the enumerator for mapping Change Password errors to error codes. 
 

Uses of ErrorType in org.apache.directory.server.changepw.exceptions
 

Fields in org.apache.directory.server.changepw.exceptions declared as ErrorType
static ErrorType ErrorType.KRB5_KPASSWD_ACCESSDENIED
          Constant for the "Requestor not authorized" error type.
static ErrorType ErrorType.KRB5_KPASSWD_AUTHERROR
          Constant for the "Request failed due to an error in authentication processing" error type.
static ErrorType ErrorType.KRB5_KPASSWD_BAD_VERSION
          Constant for the "Protocol version unsupported" error type.
static ErrorType ErrorType.KRB5_KPASSWD_HARDERROR
          Constant for the "Request failed due to a hard error in processing the request" error type.
static ErrorType ErrorType.KRB5_KPASSWD_INITIAL_FLAG_NEEDED
          Constant for the "Initial flag required" error type.
static ErrorType ErrorType.KRB5_KPASSWD_MALFORMED
          Constant for the "Request failed due to being malformed" error type.
static ErrorType ErrorType.KRB5_KPASSWD_SOFTERROR
          Constant for the "Request failed due to a soft error in processing the request" error type.
static ErrorType ErrorType.KRB5_KPASSWD_UNKNOWN_ERROR
          Constant for the "Request failed for an unknown reason" error type.
 

Fields in org.apache.directory.server.changepw.exceptions with type parameters of type ErrorType
static java.util.List<ErrorType> ErrorType.VALUES
          A list of all the error type constants.
 

Methods in org.apache.directory.server.changepw.exceptions that return ErrorType
static ErrorType ErrorType.getTypeByOrdinal(int ordinal)
          Gets the ordinal by its ordinal value.
 

Methods in org.apache.directory.server.changepw.exceptions with parameters of type ErrorType
 int ErrorType.compareTo(ErrorType that)
          Compares this type to another object hopefully one that is of the same type.
 

Constructors in org.apache.directory.server.changepw.exceptions with parameters of type ErrorType
ChangePasswordException(ErrorType errorType)
          Creates a ChangePasswordException with an ErrorType.
ChangePasswordException(ErrorType errorType, byte[] explanatoryData)
          Creates a ChangePasswordException with an ErrorType and data helping to explain what caused this fault.
ChangePasswordException(ErrorType errorType, byte[] explanatoryData, java.lang.Throwable cause)
          Creates a ChangePasswordException with an ErrorType, data helping to explain what caused this fault, and an underlying throwable that caused this fault.
ChangePasswordException(ErrorType errorType, java.lang.Throwable cause)
          Creates a ChangePasswordException with an ErrorType and an underlying throwable that caused this fault.
 



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