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 CannotRemoveContextTemplateException

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

All Implemented Interfaces:
Serializable

public class CannotRemoveContextTemplateException
extends Object
implements Serializable

Cannot Remove Context Template exception information. A context template cannot be deleted is there are ContextInstance that still refer to the context template. The context template can only be deleted once all the contexts that where created from this template are deleted.

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
CannotRemoveContextTemplateException()
          Default constructor.
CannotRemoveContextTemplateException(ContextTemplateRef contextTemplate)
          Constructor.

 

Method Summary
 ContextTemplateRef getContextTemplate()
          The content template that cannot be deleted.
 void setContextTemplate(ContextTemplateRef value)
          The content template that cannot be deleted.

 

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

 

Constructor Detail

CannotRemoveContextTemplateException

public CannotRemoveContextTemplateException()
Default constructor.

CannotRemoveContextTemplateException

public CannotRemoveContextTemplateException(ContextTemplateRef contextTemplate)
Constructor.

Method Detail

getContextTemplate

public ContextTemplateRef getContextTemplate()
The content template that cannot be deleted.
Returns:
the value of the property.

setContextTemplate

public void setContextTemplate(ContextTemplateRef value)
The content template that cannot be deleted.
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.