Skip navigation links

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

E12907-01


oracle.irm.engine.types.content.store
Class UnknownKeyException

java.lang.Object
  extended by oracle.irm.engine.types.content.store.UnknownKeyException

All Implemented Interfaces:
Serializable

public class UnknownKeyException
extends Object
implements Serializable

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

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
UnknownKeyException()
          Default constructor.
UnknownKeyException(String alias, File path)
          Constructor.

 

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

 

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

 

Constructor Detail

UnknownKeyException

public UnknownKeyException()
Default constructor.

UnknownKeyException

public UnknownKeyException(String alias,
                           File path)
Constructor.

Method Detail

getAlias

public String getAlias()
The alias of the unknown key.
Returns:
the value of the property.

setAlias

public void setAlias(String value)
The alias of the unknown key.
Parameters:
value - the new value for the property.

getPath

public File getPath()
The key store path.
Returns:
the value of the property.

setPath

public void setPath(File value)
The key store path.
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-01


Copyright © 2010, Oracle. All rights reserved.