com.sap.portal.cache.api

Enum ApplyActionException.ExceptionCause

java.lang.Object
  extended by java.lang.Enum<ApplyActionException.ExceptionCause>
      extended by 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


Enum Constant Summary
APPLY_ACTION_FAILED
           
ILLEGAL_ACTION_ARGUMENTS
           
UNSUPPORTED_ACTION
           
 
Method Summary
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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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
Access Rights

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