Skip navigation links

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

E12907-03


oracle.irm.engine.types.classifications.context
Class UnknownContextException

java.lang.Object
  extended by oracle.irm.engine.types.classifications.context.UnknownContextException

All Implemented Interfaces:
Serializable

public class UnknownContextException
extends Object
implements Serializable

Unknown Context exception information. Thrown when a context does not exist or has been deleted. This exception is typically thrown when details about a context are requested but the context UUID provided does not match to any known UUID.

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
UnknownContextException()
          Default constructor.
UnknownContextException(UUID uuid)
          Constructor.

 

Method Summary
 UUID getUuid()
          The unknown context UUID.
 void setUuid(UUID value)
          The unknown context UUID.

 

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

 

Constructor Detail

UnknownContextException

public UnknownContextException()
Default constructor.

UnknownContextException

public UnknownContextException(UUID uuid)
Constructor.

Method Detail

getUuid

public UUID getUuid()
The unknown context UUID.
Returns:
the value of the property.

setUuid

public void setUuid(UUID value)
The unknown context UUID.
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.