Skip navigation links

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

E12907-03


oracle.irm.engine.content.store
Class KeyStoreAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.irm.engine.content.store.KeyStoreAccessException

All Implemented Interfaces:
Serializable

public class KeyStoreAccessException
extends RuntimeException

Key store access exception. This exception is raised when there a problem is encountered using the key store.

The error message associated with this exception is:

IRM-01012: There has been an error using the key store.
See Also:
Serialized Form

Constructor Summary
KeyStoreAccessException()
          Constructor.
KeyStoreAccessException(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

KeyStoreAccessException

public KeyStoreAccessException()
Constructor.

KeyStoreAccessException

public KeyStoreAccessException(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-03


Copyright © 2011, Oracle. All rights reserved.