Skip navigation links

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

E12907-03


oracle.irm.engine.rights.context
Class DomainNotAvailableException

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

All Implemented Interfaces:
Serializable

public class DomainNotAvailableException
extends Exception

No domains available. This exception is thrown when there are no domains available in the system. To create a domain use the installDomain or saveNewDomain methods.

The error message associated with this exception is:

IRM-01042: There are no domains created in the system.
See Also:
Serialized Form

Constructor Summary
DomainNotAvailableException()
          Constructor.
DomainNotAvailableException(Throwable cause)
          Constructor.

 

Method Summary

 

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

DomainNotAvailableException

public DomainNotAvailableException()
Constructor.

DomainNotAvailableException

public DomainNotAvailableException(Throwable cause)
Constructor.
Parameters:
cause - Cause of the exception.

Skip navigation links

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

E12907-03


Copyright © 2011, Oracle. All rights reserved.