public static enum ApplyActionException.ExceptionCause extends Enum<ApplyActionException.ExceptionCause>
| Enum Constant and Description |
|---|
APPLY_ACTION_FAILED |
ILLEGAL_ACTION_ARGUMENTS |
UNSUPPORTED_ACTION |
| Modifier and Type | Method and Description |
|---|---|
static ApplyActionException.ExceptionCause |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplyActionException.ExceptionCause[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplyActionException.ExceptionCause UNSUPPORTED_ACTION
public static final ApplyActionException.ExceptionCause ILLEGAL_ACTION_ARGUMENTS
public static final ApplyActionException.ExceptionCause APPLY_ACTION_FAILED
public static ApplyActionException.ExceptionCause[] values()
for (ApplyActionException.ExceptionCause c : ApplyActionException.ExceptionCause.values()) System.out.println(c);
public static ApplyActionException.ExceptionCause 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 null| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/common/api
|
api
|
EP-PIN
|
Copyright 2021 SAP SE Complete Copyright Notice