|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| 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.content.key.UnknownKeySetException
public class UnknownKeySetException
Unknown key set. The key set may never have been generated or may have been deleted.
The error message associated with this exception is:
IRM-01007: The key set identified with UUID {0} does not exist.
| Constructor Summary | |
|---|---|
UnknownKeySetException(UUID uuid)Constructor. |
|
UnknownKeySetException(UUID uuid, Throwable cause)Constructor. |
|
| Method Summary | |
|---|---|
UUID |
getUuid()The unknown key set's 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 UnknownKeySetException(UUID uuid)
uuid - The unknown key set's UUID.
public UnknownKeySetException(UUID uuid,
Throwable cause)
uuid - The unknown key set's 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-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||