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 AccountAlreadyAdministratorException

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

All Implemented Interfaces:
Serializable

public class AccountAlreadyAdministratorException
extends Object
implements Serializable

Account Already Administrator exception information.

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
AccountAlreadyAdministratorException()
          Default constructor.
AccountAlreadyAdministratorException(AccountRef account)
          Constructor.

 

Method Summary
 AccountRef getAccount()
          The account.
 void setAccount(AccountRef value)
          The account.

 

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

 

Constructor Detail

AccountAlreadyAdministratorException

public AccountAlreadyAdministratorException()
Default constructor.

AccountAlreadyAdministratorException

public AccountAlreadyAdministratorException(AccountRef account)
Constructor.

Method Detail

getAccount

public AccountRef getAccount()
The account.
Returns:
the value of the property.

setAccount

public void setAccount(AccountRef value)
The account.
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-01


Copyright © 2010, Oracle. All rights reserved.