|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ErrorResponse.ErrorResponseType>
org.apache.directory.api.dsmlv2.reponse.ErrorResponse.ErrorResponseType
public static enum ErrorResponse.ErrorResponseType
This enum represents the different types of error response
| Enum Constant Summary | |
|---|---|
AUTHENTICATION_FAILED
Authentication failed error response type. |
|
CONNECTION_CLOSED
error response type. |
|
COULD_NOT_CONNECT
Could not connect error response type. |
|
GATEWAY_INTERNAL_ERROR
Gateway internal error error response type. |
|
MALFORMED_REQUEST
Malformed request error response type. |
|
NOT_ATTEMPTED
Not attempted error response type. |
|
OTHER
Other error response type. |
|
UNRESOLVABLE_URI
Unresolveable URI error response type. |
|
| Method Summary | |
|---|---|
static ErrorResponse.ErrorResponseType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ErrorResponse.ErrorResponseType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ErrorResponse.ErrorResponseType NOT_ATTEMPTED
public static final ErrorResponse.ErrorResponseType COULD_NOT_CONNECT
public static final ErrorResponse.ErrorResponseType CONNECTION_CLOSED
public static final ErrorResponse.ErrorResponseType MALFORMED_REQUEST
public static final ErrorResponse.ErrorResponseType GATEWAY_INTERNAL_ERROR
public static final ErrorResponse.ErrorResponseType AUTHENTICATION_FAILED
public static final ErrorResponse.ErrorResponseType UNRESOLVABLE_URI
public static final ErrorResponse.ErrorResponseType OTHER
| Method Detail |
|---|
public static ErrorResponse.ErrorResponseType[] values()
for (ErrorResponse.ErrorResponseType c : ErrorResponse.ErrorResponseType.values()) System.out.println(c);
public static ErrorResponse.ErrorResponseType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||