java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.pre4j.xml.XMLEncryptionParserException
public class XMLEncryptionParserException
This exception is thrown in case of errors during parsing XML-Encryption envelopes. It usually has an inner exception describing the details.
| Constructor Summary | |
|---|---|
XMLEncryptionParserException(java.lang.String message)
Creates a new XMLEncryptionParserException instance. |
|
XMLEncryptionParserException(java.lang.String message,
java.lang.Throwable cause)
Creates a new XMLEncryptionParserException instance. |
|
XMLEncryptionParserException(java.lang.Throwable cause)
Creates a new XMLEncryptionParserException instance. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
Returns the the inner exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 XMLEncryptionParserException(java.lang.String message)
XMLEncryptionParserException instance.
message - the error message
public XMLEncryptionParserException(java.lang.String message,
java.lang.Throwable cause)
XMLEncryptionParserException instance.
message - the error messagecause - the inner exceptionpublic XMLEncryptionParserException(java.lang.Throwable cause)
XMLEncryptionParserException instance.
cause - the inner exception| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable