public static enum TSaslNegotiationException.ErrorType extends java.lang.Enum<TSaslNegotiationException.ErrorType>
| Enum Constant and Description |
|---|
AUTHENTICATION_FAILURE |
INTERNAL_ERROR |
MECHANISME_MISMATCH |
PROTOCOL_ERROR |
| Modifier and Type | Field and Description |
|---|---|
NegotiationStatus |
code |
| Modifier and Type | Method and Description |
|---|---|
static TSaslNegotiationException.ErrorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TSaslNegotiationException.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TSaslNegotiationException.ErrorType INTERNAL_ERROR
public static final TSaslNegotiationException.ErrorType PROTOCOL_ERROR
public static final TSaslNegotiationException.ErrorType MECHANISME_MISMATCH
public static final TSaslNegotiationException.ErrorType AUTHENTICATION_FAILURE
public final NegotiationStatus code
public static TSaslNegotiationException.ErrorType[] values()
for (TSaslNegotiationException.ErrorType c : TSaslNegotiationException.ErrorType.values()) System.out.println(c);
public static TSaslNegotiationException.ErrorType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null