Skip navigation links

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

E12907-02


oracle.irm.engine.core.classification
Class UnknownClassificationException

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.UnknownClassificationException

All Implemented Interfaces:
Serializable

public class UnknownClassificationException
extends RuntimeException

Unknown classification. 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.

The error message associated with this exception is:

IRM-01020: The classification is unknown to the system. The classification may have been deleted, may have never existed, or the classification details may be incorrect.
See Also:
Serialized Form

Constructor Summary
UnknownClassificationException(ClassificationSystem system, Object cookie)
          Constructor.
UnknownClassificationException(ClassificationSystem system, Object cookie, Throwable cause)
          Constructor.

 

Method Summary
 Object getCookie()
          Classification cookie.
 ClassificationSystem getSystem()
          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

UnknownClassificationException

public UnknownClassificationException(ClassificationSystem system,
                                      Object cookie)
Constructor.
Parameters:
system - Classification system.
cookie - Classification cookie.

UnknownClassificationException

public UnknownClassificationException(ClassificationSystem system,
                                      Object cookie,
                                      Throwable cause)
Constructor.
Parameters:
system - Classification system.
cookie - Classification cookie.
cause - Cause of the exception.

Method Detail

getSystem

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

getCookie

public final Object getCookie()
Classification cookie.
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-02


Copyright © 2010, Oracle. All rights reserved.