Skip navigation links

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

E12907-02


oracle.irm.engine.rights.context
Class DomainAlreadyExistsException

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

All Implemented Interfaces:
Serializable

public class DomainAlreadyExistsException
extends Exception

The domain already exists. Duplicate domains with the same Uuid are not permitted.

The error message associated with this exception is:

IRM-01041: The domain \"{0}\" already exists.
See Also:
Serialized Form

Constructor Summary
DomainAlreadyExistsException(Domain domain)
          Constructor.
DomainAlreadyExistsException(Domain domain, Throwable cause)
          Constructor.

 

Method Summary
 Domain getDomain()
          The domain that already exists.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

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

 

Constructor Detail

DomainAlreadyExistsException

public DomainAlreadyExistsException(Domain domain)
Constructor.
Parameters:
domain - The domain that already exists.

DomainAlreadyExistsException

public DomainAlreadyExistsException(Domain domain,
                                    Throwable cause)
Constructor.
Parameters:
domain - The domain that already exists.
cause - Cause of the exception.

Method Detail

getDomain

public final Domain getDomain()
The domain that already exists.
Returns:
the value of the property. This method will never return null.

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.