Skip navigation links

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

E12907-03


oracle.irm.engine.core.classification
Class UnsupportedClassificationSystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.irm.engine.core.classification.UnsupportedClassificationSystemException

All Implemented Interfaces:
Serializable

public class UnsupportedClassificationSystemException
extends RuntimeException

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

The error message associated with this exception is:

IRM-01021: The classification system {0} is not supported.
See Also:
Serialized Form

Constructor Summary
UnsupportedClassificationSystemException(ClassificationSystem system)
          Constructor.
UnsupportedClassificationSystemException(ClassificationSystem system, Throwable cause)
          Constructor.

 

Method Summary
 ClassificationSystem getSystem()
          The unknown classification system.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

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

 

Constructor Detail

UnsupportedClassificationSystemException

public UnsupportedClassificationSystemException(ClassificationSystem system)
Constructor.
Parameters:
system - The unknown classification system.

UnsupportedClassificationSystemException

public UnsupportedClassificationSystemException(ClassificationSystem system,
                                                Throwable cause)
Constructor.
Parameters:
system - The unknown classification system.
cause - Cause of the exception.

Method Detail

getSystem

public final ClassificationSystem getSystem()
The unknown classification system.
Returns:
the value of the property. This method will never return null.

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.