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 ContextTemplateAlreadyExistsException

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

All Implemented Interfaces:
Serializable

public class ContextTemplateAlreadyExistsException
extends Object
implements Serializable

Context Template Already Exists exception information. Duplicate context template UUIDs are not allowed within the same Domain.

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

 

Method Summary
 ContextTemplateRef getContextTemplate()
          The content template that already exists.
 void setContextTemplate(ContextTemplateRef value)
          The content template that already exists.

 

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

 

Constructor Detail

ContextTemplateAlreadyExistsException

public ContextTemplateAlreadyExistsException()
Default constructor.

ContextTemplateAlreadyExistsException

public ContextTemplateAlreadyExistsException(ContextTemplateRef contextTemplate)
Constructor.

Method Detail

getContextTemplate

public ContextTemplateRef getContextTemplate()
The content template that already exists.
Returns:
the value of the property.

setContextTemplate

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