| 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01  | 
|||||||||
| 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.CannotRemoveManagersException
public class CannotRemoveManagersException
Cannot remove managers. 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.
The error message associated with this exception is:
IRM-01037: The specified accounts cannot be removed as this action would remove all managers.
| Constructor Summary | |
|---|---|
CannotRemoveManagersException(Collection<Account> managers)Constructor.  | 
|
CannotRemoveManagersException(Collection<Account> managers, Throwable cause)Constructor.  | 
|
| Method Summary | |
|---|---|
 Collection<Account> | 
getManagers()The existing managers.  | 
| 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 CannotRemoveManagersException(Collection<Account> managers)
managers - The existing managers.
public CannotRemoveManagersException(Collection<Account> managers,
                                     Throwable cause)
managers - The existing managers.cause - Cause of the exception.| Method Detail | 
|---|
public final Collection<Account> getManagers()
  | 
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||