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 CannotRemoveAdministratorsException

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

All Implemented Interfaces:
Serializable

public class CannotRemoveAdministratorsException
extends Object
implements Serializable

Cannot Remove Administrators exception information. There must be at least one administrator for a Domain. This exception indicates that an operation has been performed that removes all administrators.

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
CannotRemoveAdministratorsException()
          Default constructor.
CannotRemoveAdministratorsException(AccountRef[] administrators)
          Constructor.

 

Method Summary
 AccountRef[] getAdministrators()
          The existing administrators.
 void setAdministrators(AccountRef[] value)
          The existing administrators.

 

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

 

Constructor Detail

CannotRemoveAdministratorsException

public CannotRemoveAdministratorsException()
Default constructor.

CannotRemoveAdministratorsException

public CannotRemoveAdministratorsException(AccountRef[] administrators)
Constructor.

Method Detail

getAdministrators

public AccountRef[] getAdministrators()
The existing administrators.
Returns:
the value of the property.

setAdministrators

public void setAdministrators(AccountRef[] value)
The existing administrators.
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.