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 UnknownContextTemplateException

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

All Implemented Interfaces:
Serializable

public class UnknownContextTemplateException
extends Object
implements Serializable

Unknown Context Template exception information. The template does not exist, or has been 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
UnknownContextTemplateException()
          Default constructor.
UnknownContextTemplateException(UUID uuid, DomainRef domain)
          Constructor.

 

Method Summary
 DomainRef getDomain()
          The domain that owns that template.
 UUID getUuid()
          The template UUID.
 void setDomain(DomainRef value)
          The domain that owns that template.
 void setUuid(UUID value)
          The template UUID.

 

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

 

Constructor Detail

UnknownContextTemplateException

public UnknownContextTemplateException()
Default constructor.

UnknownContextTemplateException

public UnknownContextTemplateException(UUID uuid,
                                       DomainRef domain)
Constructor.

Method Detail

getUuid

public UUID getUuid()
The template UUID.
Returns:
the value of the property.

setUuid

public void setUuid(UUID value)
The template UUID.
Parameters:
value - the new value for the property.

getDomain

public DomainRef getDomain()
The domain that owns that template.
Returns:
the value of the property.

setDomain

public void setDomain(DomainRef value)
The domain that owns that template.
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.