|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ErrorResponse.ErrorResponseType | |
|---|---|
| org.apache.directory.shared.dsmlv2.reponse | |
| Uses of ErrorResponse.ErrorResponseType in org.apache.directory.shared.dsmlv2.reponse |
|---|
| Methods in org.apache.directory.shared.dsmlv2.reponse that return ErrorResponse.ErrorResponseType | |
|---|---|
ErrorResponse.ErrorResponseType |
ErrorResponse.getType()
Gets the type of error response |
static ErrorResponse.ErrorResponseType |
ErrorResponse.ErrorResponseType.valueOf(java.lang.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.shared.dsmlv2.reponse with parameters of type ErrorResponse.ErrorResponseType | |
|---|---|
java.lang.String |
ErrorResponse.getTypeDescr(ErrorResponse.ErrorResponseType type)
Returns the String associated to the error response type |
void |
ErrorResponse.setType(ErrorResponse.ErrorResponseType type)
Sets the type of error response |
| Constructors in org.apache.directory.shared.dsmlv2.reponse with parameters of type ErrorResponse.ErrorResponseType | |
|---|---|
ErrorResponse(int requestID,
ErrorResponse.ErrorResponseType type,
java.lang.String message)
Creates a new instance of ErrorResponse. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||