Skip navigation links

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

E12907-03


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

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

All Implemented Interfaces:
Serializable

public class InvalidTimePeriodException
extends Object
implements Serializable

Invalid Time Period exception information. A document role must have a refresh period greater that one minute.

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
InvalidTimePeriodException()
          Default constructor.
InvalidTimePeriodException(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

InvalidTimePeriodException

public InvalidTimePeriodException()
Default constructor.

InvalidTimePeriodException

public InvalidTimePeriodException(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-03


Copyright © 2011, Oracle. All rights reserved.