Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


oracle.irm.engine.types.system.general
Class UnsupportedEnumValueException

java.lang.Object
  extended by oracle.irm.engine.types.system.general.UnsupportedEnumValueException

All Implemented Interfaces:
Serializable

public class UnsupportedEnumValueException
extends Object
implements Serializable

Unsupported Enum Value exception information. An enumeration value has been provided that is not a valid choice/supported value.

This class is used to store the state of an EJB exception and the fault data in a Web Service exception.

See Also:
Serialized Form

Constructor Summary
UnsupportedEnumValueException()
          Default constructor.
UnsupportedEnumValueException(Enum<?> value)
          Constructor.

 

Method Summary
 Enum<?> getValue()
          The unsupported enumeration value.
 void setValue(Enum<?> value)
          The unsupported enumeration value.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

UnsupportedEnumValueException

public UnsupportedEnumValueException()
Default constructor.

UnsupportedEnumValueException

public UnsupportedEnumValueException(Enum<?> value)
Constructor.

Method Detail

getValue

public Enum<?> getValue()
The unsupported enumeration value.
Returns:
the value of the property.

setValue

public void setValue(Enum<?> value)
The unsupported enumeration value.
Parameters:
value - the new value for the property.

Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.