|
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.content.store.UnknownKeyException
public class UnknownKeyException
Unknown key. The key identified by the specified alias does not exist in the key store.
The error message associated with this exception is:
IRM-01013: The key {0} does not exist in the key store {1}.
| Constructor Summary | |
|---|---|
UnknownKeyException(String alias, File path)Constructor. |
|
UnknownKeyException(String alias, File path, Throwable cause)Constructor. |
|
| Method Summary | |
|---|---|
String |
getAlias()The alias of the unknown key. |
File |
getPath()The key store path. |
| 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 UnknownKeyException(String alias,
File path)
alias - The alias of the unknown key.path - The key store path.
public UnknownKeyException(String alias,
File path,
Throwable cause)
alias - The alias of the unknown key.path - The key store path.cause - Cause of the exception.| Method Detail |
|---|
public final String getAlias()
public final File getPath()
|
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 | |||||||||