Skip navigation links

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

E12907-02


oracle.irm.engine.types.core.account
Class GroupNotSupportedException

java.lang.Object
  extended by oracle.irm.engine.types.core.account.GroupNotSupportedException

All Implemented Interfaces:
Serializable

public class GroupNotSupportedException
extends Object
implements Serializable

Group Not Supported 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
GroupNotSupportedException()
          Default constructor.
GroupNotSupportedException(Account account)
          Constructor.

 

Method Summary
 Account getAccount()
          The group account involved in the operation.
 void setAccount(Account value)
          The group account involved in the operation.

 

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

 

Constructor Detail

GroupNotSupportedException

public GroupNotSupportedException()
Default constructor.

GroupNotSupportedException

public GroupNotSupportedException(Account account)
Constructor.

Method Detail

getAccount

public Account getAccount()
The group account involved in the operation.
Returns:
the value of the property.

setAccount

public void setAccount(Account value)
The group account involved in the operation.
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-02


Copyright © 2010, Oracle. All rights reserved.