|
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.crypto.UnknownCryptoSchemaException
public class UnknownCryptoSchemaException
Unknown or unsupported cryptography schema. Depending on the cryptography support of the environment certain cryptography schemas may not be usable. This exception is typically thrown when a named schema cannot be used due to the algorithms not being available. However, this exception can also be thrown if a cryptography schema specifies an Id that is not known to the system.
The error message associated with this exception is:
IRM-01004: Unknown or unsupported cryptography schema {0}.
| Constructor Summary | |
|---|---|
UnknownCryptoSchemaException(String id)Constructor. |
|
UnknownCryptoSchemaException(String id, Throwable cause)Constructor. |
|
| Method Summary | |
|---|---|
String |
getId()The Id of the unknown/unsupported schema. |
| 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 UnknownCryptoSchemaException(String id)
id - The Id of the unknown/unsupported schema.
public UnknownCryptoSchemaException(String id,
Throwable cause)
id - The Id of the unknown/unsupported schema.cause - Cause of the exception.| Method Detail |
|---|
public final String getId()
|
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 | |||||||||