Skip navigation links

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

E12907-01


oracle.irm.engine.types.rights.context
Class ContextInstanceAlreadyExistsException

java.lang.Object
  extended by oracle.irm.engine.types.rights.context.ContextInstanceAlreadyExistsException

All Implemented Interfaces:
Serializable

public class ContextInstanceAlreadyExistsException
extends Object
implements Serializable

Context Instance Already Exists exception information. Duplicate context UUIDs are not allowed.

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

 

Method Summary
 UUID getUuid()
          The UUID of the context instance that already exists.
 void setUuid(UUID value)
          The UUID of the context instance that already exists.

 

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

 

Constructor Detail

ContextInstanceAlreadyExistsException

public ContextInstanceAlreadyExistsException()
Default constructor.

ContextInstanceAlreadyExistsException

public ContextInstanceAlreadyExistsException(UUID uuid)
Constructor.

Method Detail

getUuid

public UUID getUuid()
The UUID of the context instance that already exists.
Returns:
the value of the property.

setUuid

public void setUuid(UUID value)
The UUID of the context instance that already exists.
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.