org.mobicents.protocols.ss7.map.api.dialog
public enum MAPProviderError extends java.lang.Enum<MAPProviderError>
| Enum Constant and Description |
|---|
DuplicatedInvokeId |
InitiatingRelease |
InvalidResponseReceived |
MistypedParameter |
NoResponseFromThePeer |
NotSupportedService |
ResourceLimitation |
ServiceCompletionFailure |
UnexpectedResponseFromThePeer |
| Modifier and Type | Method and Description |
|---|---|
static MAPProviderError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MAPProviderError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MAPProviderError DuplicatedInvokeId
public static final MAPProviderError NotSupportedService
public static final MAPProviderError MistypedParameter
public static final MAPProviderError ResourceLimitation
public static final MAPProviderError InitiatingRelease
public static final MAPProviderError UnexpectedResponseFromThePeer
public static final MAPProviderError ServiceCompletionFailure
public static final MAPProviderError NoResponseFromThePeer
public static final MAPProviderError InvalidResponseReceived
public static MAPProviderError[] values()
for (MAPProviderError c : MAPProviderError.values()) System.out.println(c);
public static MAPProviderError 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 nullCopyright © 2012. All Rights Reserved.