Skip navigation links

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

E12907-03


oracle.irm.engine.types.rights.context
Class CannotRemoveManagersException

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

All Implemented Interfaces:
Serializable

public class CannotRemoveManagersException
extends Object
implements Serializable

Cannot Remove Managers exception information. There must be at least one manager for an Domain or Context. This exception indicates that an operation has been performed that removes all managers.

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

 

Method Summary
 AccountRef[] getManagers()
          The existing managers.
 void setManagers(AccountRef[] value)
          The existing managers.

 

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

 

Constructor Detail

CannotRemoveManagersException

public CannotRemoveManagersException()
Default constructor.

CannotRemoveManagersException

public CannotRemoveManagersException(AccountRef[] managers)
Constructor.

Method Detail

getManagers

public AccountRef[] getManagers()
The existing managers.
Returns:
the value of the property.

setManagers

public void setManagers(AccountRef[] value)
The existing managers.
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-03


Copyright © 2011, Oracle. All rights reserved.