|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
oracle.irm.engine.system.general.UnsupportedEnumValueException
public class UnsupportedEnumValueException
Unsupported enumeration value. An enumeration value has been provided that is not a valid choice/supported value.
The error message associated with this exception is:
IRM-01070: The enumeration value {0} is unsupported in this context.
| Constructor Summary | |
|---|---|
UnsupportedEnumValueException(Enum<?> value)Constructor. |
|
UnsupportedEnumValueException(Enum<?> value, Throwable cause)Constructor. |
|
| Method Summary | |
|---|---|
Enum<?> |
getValue()The unsupported enumeration value. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnsupportedEnumValueException(Enum<?> value)
value - The unsupported enumeration value.
public UnsupportedEnumValueException(Enum<?> value,
Throwable cause)
value - The unsupported enumeration value.cause - Cause of the exception.| Method Detail |
|---|
public final Enum<?> getValue()
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||