|
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
java.io.IOException
oracle.irm.engine.content.sealing.ContentParseException
public class ContentParseException
Sealed content parse exception. This exception is thrown when the unsealing or resealing process encounters a parse error.
The error message associated with this exception is:
IRM-01010: An exception occurred parsing sealed content: {0}.
| Nested Class Summary | |
|---|---|
static class |
ContentParseException.ReasonThe reason for the parse error. |
| Constructor Summary | |
|---|---|
ContentParseException(ContentParseException.Reason reason)Constructor. |
|
ContentParseException(ContentParseException.Reason reason, Throwable cause)Constructor. |
|
| Method Summary | |
|---|---|
ContentParseException.Reason |
getReason()The reason the parsing failed. |
| 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 ContentParseException(ContentParseException.Reason reason)
reason - The reason the parsing failed.
public ContentParseException(ContentParseException.Reason reason,
Throwable cause)
reason - The reason the parsing failed.cause - Cause of the exception.| Method Detail |
|---|
public final ContentParseException.Reason getReason()
|
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 | |||||||||