public enum InputWSErrorEnumeration extends Enum<InputWSErrorEnumeration>
Enum Constant and Description |
---|
BAD_CREDENTIALS |
DUPLICATED_UUID |
FATAL_ERROR |
NOT_AUTHORIZED |
OTHER_ERROR |
SERVICE_BUSY |
UNKNOWN_PIPELINENAME |
UUID_BAD_FORMAT |
Modifier and Type | Method and Description |
---|---|
static String |
getMessage(InputWSErrorEnumeration iwe) |
static InputWSErrorEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputWSErrorEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputWSErrorEnumeration SERVICE_BUSY
public static final InputWSErrorEnumeration BAD_CREDENTIALS
public static final InputWSErrorEnumeration NOT_AUTHORIZED
public static final InputWSErrorEnumeration DUPLICATED_UUID
public static final InputWSErrorEnumeration UUID_BAD_FORMAT
public static final InputWSErrorEnumeration UNKNOWN_PIPELINENAME
public static final InputWSErrorEnumeration OTHER_ERROR
public static final InputWSErrorEnumeration FATAL_ERROR
public static InputWSErrorEnumeration[] values()
for (InputWSErrorEnumeration c : InputWSErrorEnumeration.values()) System.out.println(c);
public static InputWSErrorEnumeration 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 nullpublic static String getMessage(InputWSErrorEnumeration iwe)
Copyright © 2013. All Rights Reserved.