Uses of Class
org.apache.directory.api.dsmlv2.response.ErrorResponse.ErrorResponseType
-
Packages that use ErrorResponse.ErrorResponseType Package Description org.apache.directory.api.dsmlv2.response -
-
Uses of ErrorResponse.ErrorResponseType in org.apache.directory.api.dsmlv2.response
Methods in org.apache.directory.api.dsmlv2.response that return ErrorResponse.ErrorResponseType Modifier and Type Method Description ErrorResponse.ErrorResponseTypeErrorResponse. getErrorType()Gets the type of error responsestatic ErrorResponse.ErrorResponseTypeErrorResponse.ErrorResponseType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorResponse.ErrorResponseType[]ErrorResponse.ErrorResponseType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.directory.api.dsmlv2.response with parameters of type ErrorResponse.ErrorResponseType Modifier and Type Method Description StringErrorResponse. getTypeDescr(ErrorResponse.ErrorResponseType type)Returns the String associated to the error response typevoidErrorResponse. setErrorType(ErrorResponse.ErrorResponseType errorType)Sets the type of error responseConstructors in org.apache.directory.api.dsmlv2.response with parameters of type ErrorResponse.ErrorResponseType Constructor Description ErrorResponse(int requestID, ErrorResponse.ErrorResponseType type, String message)Creates a new instance of ErrorResponse.
-