com.sap.portal.cache.api
Enum ApplyActionException.ExceptionCause
java.lang.Object
java.lang.Enum<ApplyActionException.ExceptionCause>
com.sap.portal.cache.api.ApplyActionException.ExceptionCause
- All Implemented Interfaces:
- Serializable, Comparable<ApplyActionException.ExceptionCause>
- Enclosing class:
- ApplyActionException
public static enum ApplyActionException.ExceptionCause
- extends Enum<ApplyActionException.ExceptionCause>
Enumeration of exception causes
UNSUPPORTED_ACTION
public static final ApplyActionException.ExceptionCause UNSUPPORTED_ACTION
ILLEGAL_ACTION_ARGUMENTS
public static final ApplyActionException.ExceptionCause ILLEGAL_ACTION_ARGUMENTS
APPLY_ACTION_FAILED
public static final ApplyActionException.ExceptionCause APPLY_ACTION_FAILED
values
public static ApplyActionException.ExceptionCause[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ApplyActionException.ExceptionCause c : ApplyActionException.ExceptionCause.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ApplyActionException.ExceptionCause valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
This class can be accessed from:
|
SC
|
DC
|
Public Part
|
ACH
|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/common/api
|
api
|
EP-PIN
|
Copyright 2012 SAP AG Complete Copyright Notice