Skip navigation links

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

E12907-03


oracle.irm.engine.types.content.crypto
Class UnknownCryptoSchemaException

java.lang.Object
  extended by oracle.irm.engine.types.content.crypto.UnknownCryptoSchemaException

All Implemented Interfaces:
Serializable

public class UnknownCryptoSchemaException
extends Object
implements Serializable

Unknown Crypto Schema exception information. 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.

This class is used to store the state of an EJB exception and the fault data in a Web Service exception.

See Also:
Serialized Form

Constructor Summary
UnknownCryptoSchemaException()
          Default constructor.
UnknownCryptoSchemaException(String id)
          Constructor.

 

Method Summary
 String getId()
          The Id of the unknown/unsupported schema.
 void setId(String value)
          The Id of the unknown/unsupported schema.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

UnknownCryptoSchemaException

public UnknownCryptoSchemaException()
Default constructor.

UnknownCryptoSchemaException

public UnknownCryptoSchemaException(String id)
Constructor.

Method Detail

getId

public String getId()
The Id of the unknown/unsupported schema.
Returns:
the value of the property.

setId

public void setId(String value)
The Id of the unknown/unsupported schema.
Parameters:
value - the new value for the property.

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.