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 UnknownKeyException

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

All Implemented Interfaces:
Serializable

public class UnknownKeyException
extends RuntimeException

Unknown key. The key identified by the specified alias does not exist in the key store.

The error message associated with this exception is:

IRM-01013: The key {0} does not exist in the key store {1}.
See Also:
Serialized Form

Constructor Summary
UnknownKeyException(String alias, File path)
          Constructor.
UnknownKeyException(String alias, File path, Throwable cause)
          Constructor.

 

Method Summary
 String getAlias()
          The alias of the unknown key.
 File getPath()
          The key store path.

 

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

UnknownKeyException

public UnknownKeyException(String alias,
                           File path)
Constructor.
Parameters:
alias - The alias of the unknown key.
path - The key store path.

UnknownKeyException

public UnknownKeyException(String alias,
                           File path,
                           Throwable cause)
Constructor.
Parameters:
alias - The alias of the unknown key.
path - The key store path.
cause - Cause of the exception.

Method Detail

getAlias

public final String getAlias()
The alias of the unknown key.
Returns:
the value of the property. This method will never return null.

getPath

public final File getPath()
The key store path.
Returns:
the value of the property. This method can 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.