| 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.irm.engine.rights.context.DomainAlreadyExistsException
public class DomainAlreadyExistsException
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.
| 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 | 
|---|
public DomainAlreadyExistsException(Domain domain)
domain - The domain that already exists.
public DomainAlreadyExistsException(Domain domain,
                                    Throwable cause)
domain - The domain that already exists.cause - Cause of the exception.| Method Detail | 
|---|
public final Domain getDomain()
  | 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||