Skip navigation links

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

E12907-02


oracle.irm.engine.types.rights.context
Class InvalidFeaturesException

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

All Implemented Interfaces:
Serializable

public class InvalidFeaturesException
extends Object
implements Serializable

Invalid Features exception information. A document role must have at least one primary feature.

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
InvalidFeaturesException()
          Default constructor.
InvalidFeaturesException(DocumentRoleRef documentRole)
          Constructor.

 

Method Summary
 DocumentRoleRef getDocumentRole()
          The invalid document role.
 void setDocumentRole(DocumentRoleRef value)
          The invalid document role.

 

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

 

Constructor Detail

InvalidFeaturesException

public InvalidFeaturesException()
Default constructor.

InvalidFeaturesException

public InvalidFeaturesException(DocumentRoleRef documentRole)
Constructor.

Method Detail

getDocumentRole

public DocumentRoleRef getDocumentRole()
The invalid document role.
Returns:
the value of the property.

setDocumentRole

public void setDocumentRole(DocumentRoleRef value)
The invalid document role.
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.