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 DomainNotAvailableException

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

All Implemented Interfaces:
Serializable

public class DomainNotAvailableException
extends Object
implements Serializable

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

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
DomainNotAvailableException()
          Default constructor.

 

Method Summary

 

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

 

Constructor Detail

DomainNotAvailableException

public DomainNotAvailableException()
Default constructor.

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.