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 UnknownDocumentRoleException

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

All Implemented Interfaces:
Serializable

public class UnknownDocumentRoleException
extends Object
implements Serializable

Unknown Document Role exception information. The document role does not exist, or has been deleted.

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
UnknownDocumentRoleException()
          Default constructor.
UnknownDocumentRoleException(UUID uuid, DomainRef domain)
          Constructor.

 

Method Summary
 DomainRef getDomain()
          The domain that owns that document role.
 UUID getUuid()
          The document role UUID.
 void setDomain(DomainRef value)
          The domain that owns that document role.
 void setUuid(UUID value)
          The document role UUID.

 

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

 

Constructor Detail

UnknownDocumentRoleException

public UnknownDocumentRoleException()
Default constructor.

UnknownDocumentRoleException

public UnknownDocumentRoleException(UUID uuid,
                                    DomainRef domain)
Constructor.

Method Detail

getUuid

public UUID getUuid()
The document role UUID.
Returns:
the value of the property.

setUuid

public void setUuid(UUID value)
The document role UUID.
Parameters:
value - the new value for the property.

getDomain

public DomainRef getDomain()
The domain that owns that document role.
Returns:
the value of the property.

setDomain

public void setDomain(DomainRef value)
The domain that owns that document role.
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.