Skip navigation links

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

E12907-01


oracle.irm.engine.core.feature
Class UnknownFeatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.irm.engine.core.feature.UnknownFeatureException

All Implemented Interfaces:
Serializable

public class UnknownFeatureException
extends Exception

Unknown feature.

The error message associated with this exception is:

IRM-01024: The feature with id {0} is not present in the list of available features.
See Also:
Serialized Form

Constructor Summary
UnknownFeatureException(String id)
          Constructor.
UnknownFeatureException(String id, Throwable cause)
          Constructor.

 

Method Summary
 String getId()
          The Id of the unknown feature.

 

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

UnknownFeatureException

public UnknownFeatureException(String id)
Constructor.
Parameters:
id - The Id of the unknown feature.

UnknownFeatureException

public UnknownFeatureException(String id,
                               Throwable cause)
Constructor.
Parameters:
id - The Id of the unknown feature.
cause - Cause of the exception.

Method Detail

getId

public final String getId()
The Id of the unknown feature.
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-01


Copyright © 2010, Oracle. All rights reserved.