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 UnsupportedClassificationSystemException

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

All Implemented Interfaces:
Serializable

public class UnsupportedClassificationSystemException
extends Object
implements Serializable

Unsupported Classification System exception information. A request has been made involving a classification that refers to an unsupported classification system.

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
UnsupportedClassificationSystemException()
          Default constructor.
UnsupportedClassificationSystemException(ClassificationSystem system)
          Constructor.

 

Method Summary
 ClassificationSystem getSystem()
          The unknown classification system.
 void setSystem(ClassificationSystem value)
          The unknown classification system.

 

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

 

Constructor Detail

UnsupportedClassificationSystemException

public UnsupportedClassificationSystemException()
Default constructor.

UnsupportedClassificationSystemException

public UnsupportedClassificationSystemException(ClassificationSystem system)
Constructor.

Method Detail

getSystem

public ClassificationSystem getSystem()
The unknown classification system.
Returns:
the value of the property.

setSystem

public void setSystem(ClassificationSystem value)
The unknown classification system.
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.