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 AccountAlreadyManagerException

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

All Implemented Interfaces:
Serializable

public class AccountAlreadyManagerException
extends Object
implements Serializable

Account Already Manager 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
AccountAlreadyManagerException()
          Default constructor.
AccountAlreadyManagerException(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

AccountAlreadyManagerException

public AccountAlreadyManagerException()
Default constructor.

AccountAlreadyManagerException

public AccountAlreadyManagerException(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.