public static enum IllegalTransactionStateException.Reason extends Enum<IllegalTransactionStateException.Reason>
Enum Constant and Description |
---|
ContactHeaderMandatory |
ExpiresHeaderMandatory |
GenericReason |
MissingRequiredHeader |
RequestAlreadySent |
UnmatchingCSeq |
Modifier and Type | Method and Description |
---|---|
static IllegalTransactionStateException.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IllegalTransactionStateException.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IllegalTransactionStateException.Reason RequestAlreadySent
public static final IllegalTransactionStateException.Reason MissingRequiredHeader
public static final IllegalTransactionStateException.Reason UnmatchingCSeq
public static final IllegalTransactionStateException.Reason ExpiresHeaderMandatory
public static final IllegalTransactionStateException.Reason ContactHeaderMandatory
public static final IllegalTransactionStateException.Reason GenericReason
public static IllegalTransactionStateException.Reason[] values()
for (IllegalTransactionStateException.Reason c : IllegalTransactionStateException.Reason.values()) System.out.println(c);
public static IllegalTransactionStateException.Reason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017. All Rights Reserved.