public class PKCS7Exception
extends java.io.IOException
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Exception |
m_exception
The cause of this exception.
|
| Constructor and Description |
|---|
PKCS7Exception()
Constructs an
PKCS7Exception with null as its
error detail message. |
PKCS7Exception(java.lang.String message)
Constructs an
PKCS7Exception with the specified detail message. |
PKCS7Exception(java.lang.String message,
java.lang.Exception cause)
Constructs a
PKCS7Exception with the specified detail message
and cause. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Returns the cause of this exception or
null if the cause is
nonexistent or unknown. |
java.lang.Exception |
getInnerException()
Returns the cause of this exception or
null if the cause is
nonexistent or unknown. |
public PKCS7Exception()
PKCS7Exception with null as its
error detail message.public PKCS7Exception(java.lang.String message)
PKCS7Exception with the specified detail message.message - the detail messagepublic PKCS7Exception(java.lang.String message,
java.lang.Exception cause)
PKCS7Exception with the specified detail message
and cause.
Note that the detail message associated with cause is not
automatically incorporated in this exception's detail message.
message - the detail messagecause - the cause (OPTIONAL)public java.lang.Exception getInnerException()
null if the cause is
nonexistent or unknown.null if the cause is
nonexistent or unknownpublic java.lang.Throwable getCause()
null if the cause is
nonexistent or unknown.getCause in class java.lang.Throwablenull if the cause is
nonexistent or unknown