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 AccountAlreadyInspectorException

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

All Implemented Interfaces:
Serializable

public class AccountAlreadyInspectorException
extends Object
implements Serializable

Account Already Inspector 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
AccountAlreadyInspectorException()
          Default constructor.
AccountAlreadyInspectorException(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

AccountAlreadyInspectorException

public AccountAlreadyInspectorException()
Default constructor.

AccountAlreadyInspectorException

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