Skip navigation links

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

E12907-02


oracle.irm.engine.content.crypto
Class CryptographyException

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.CryptographyException

All Implemented Interfaces:
Serializable

public class CryptographyException
extends RuntimeException

Cryptography exception. This exception is raised when there a problem is encountered using cryptography algorithms.

The error message associated with this exception is:

IRM-01003: There has been an error using a cryptography algorithm.
See Also:
Serialized Form

Constructor Summary
CryptographyException()
          Constructor.
CryptographyException(Throwable cause)
          Constructor.

 

Method Summary

 

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

CryptographyException

public CryptographyException()
Constructor.

CryptographyException

public CryptographyException(Throwable cause)
Constructor.
Parameters:
cause - Cause of the exception.

Skip navigation links

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

E12907-02


Copyright © 2010, Oracle. All rights reserved.