Skip navigation links

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

E12907-02


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

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

All Implemented Interfaces:
Serializable

public class DomainAlreadyExistsException
extends Object
implements Serializable

Domain Already Exists exception information. Duplicate domains with the same Uuid are not permitted.

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
DomainAlreadyExistsException()
          Default constructor.
DomainAlreadyExistsException(DomainRef domain)
          Constructor.

 

Method Summary
 DomainRef getDomain()
          The domain that already exists.
 void setDomain(DomainRef value)
          The domain that already exists.

 

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

 

Constructor Detail

DomainAlreadyExistsException

public DomainAlreadyExistsException()
Default constructor.

DomainAlreadyExistsException

public DomainAlreadyExistsException(DomainRef domain)
Constructor.

Method Detail

getDomain

public DomainRef getDomain()
The domain that already exists.
Returns:
the value of the property.

setDomain

public void setDomain(DomainRef value)
The domain 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-02


Copyright © 2010, Oracle. All rights reserved.