Skip navigation links

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

E12907-03


oracle.irm.engine.types.core.classification
Class UnknownClassificationException

java.lang.Object
  extended by oracle.irm.engine.types.core.classification.UnknownClassificationException

All Implemented Interfaces:
Serializable

public class UnknownClassificationException
extends Object
implements Serializable

Unknown Classification exception information. The system does not have a record of the specified classification. The classification system is known but the instance of classification is unknown within that system. The classification may have been deleted or removed, or incorrectly formed.

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
UnknownClassificationException()
          Default constructor.
UnknownClassificationException(ClassificationSystem system, Object cookie)
          Constructor.

 

Method Summary
 Object getCookie()
          Classification cookie.
 ClassificationSystem getSystem()
          Classification system.
 void setCookie(Object value)
          Classification cookie.
 void setSystem(ClassificationSystem value)
          Classification system.

 

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

 

Constructor Detail

UnknownClassificationException

public UnknownClassificationException()
Default constructor.

UnknownClassificationException

public UnknownClassificationException(ClassificationSystem system,
                                      Object cookie)
Constructor.

Method Detail

getSystem

public ClassificationSystem getSystem()
Classification system.
Returns:
the value of the property.

setSystem

public void setSystem(ClassificationSystem value)
Classification system.
Parameters:
value - the new value for the property.

getCookie

public Object getCookie()
Classification cookie.
Returns:
the value of the property.

setCookie

public void setCookie(Object value)
Classification cookie.
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.