Skip navigation links

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

E12907-01


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

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

All Implemented Interfaces:
Serializable

public class UnknownAccountException
extends Object
implements Serializable

Unknown Account 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
UnknownAccountException()
          Default constructor.
UnknownAccountException(String uuid)
          Constructor.

 

Method Summary
 String getUuid()
          The user or group identifier that is unknown.
 void setUuid(String value)
          The user or group identifier that is unknown.

 

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

 

Constructor Detail

UnknownAccountException

public UnknownAccountException()
Default constructor.

UnknownAccountException

public UnknownAccountException(String uuid)
Constructor.

Method Detail

getUuid

public String getUuid()
The user or group identifier that is unknown.
Returns:
the value of the property.

setUuid

public void setUuid(String value)
The user or group identifier that is unknown.
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.