|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.irm.engine.core.feature.UnknownFeatureException
public class UnknownFeatureException
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.
| 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 |
|---|
public UnknownFeatureException(String id)
id - The Id of the unknown feature.
public UnknownFeatureException(String id,
Throwable cause)
id - The Id of the unknown feature.cause - Cause of the exception.| Method Detail |
|---|
public final String getId()
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||