Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


oracle.irm.engine.content.crypto
Class UnknownCryptoSchemaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.irm.engine.content.crypto.UnknownCryptoSchemaException

All Implemented Interfaces:
Serializable

public class UnknownCryptoSchemaException
extends RuntimeException

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}.
See Also:
Serialized Form

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

UnknownCryptoSchemaException

public UnknownCryptoSchemaException(String id)
Constructor.
Parameters:
id - The Id of the unknown/unsupported schema.

UnknownCryptoSchemaException

public UnknownCryptoSchemaException(String id,
                                    Throwable cause)
Constructor.
Parameters:
id - The Id of the unknown/unsupported schema.
cause - Cause of the exception.

Method Detail

getId

public final String getId()
The Id of the unknown/unsupported schema.
Returns:
the value of the property. This method will never return null.

Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.