|
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
oracle.irm.engine.classifications.context.UnknownContextException
public class UnknownContextException
Unknown context. Thrown when a context does not exist or has been deleted. This exception is typically thrown when details about a context are requested but the context UUID provided does not match to any known UUID.
The error message associated with this exception is:
IRM-01001: The context identified with UUID {0} does not exist.
| Constructor Summary | |
|---|---|
UnknownContextException(UUID uuid)Constructor. |
|
UnknownContextException(UUID uuid, Throwable cause)Constructor. |
|
| Method Summary | |
|---|---|
UUID |
getUuid()The unknown context UUID. |
| 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 UnknownContextException(UUID uuid)
uuid - The unknown context UUID.
public UnknownContextException(UUID uuid,
Throwable cause)
uuid - The unknown context UUID.cause - Cause of the exception.| Method Detail |
|---|
public final UUID getUuid()
|
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 | |||||||||