public class CMSParsingException extends CMSException
A CMSParsingException is thrown whenever an invalid
DER-encoded CMS object is parsed or unsupported DER features are
found in the CMS object.
| Constructor and Description |
|---|
CMSParsingException()
Creates a
CMSParsingException with no message describing
the exception. |
CMSParsingException(java.lang.String msg)
Creates a
CMSParsingException with the given message
describing this particular exception. |
CMSParsingException(java.lang.String message,
java.lang.Throwable cause)
Creates a new
CMSParsingException with the specified detail
message and cause. |
public CMSParsingException()
CMSParsingException with no message describing
the exception.public CMSParsingException(java.lang.String msg)
CMSParsingException with the given message
describing this particular exception.msg - the message string describing this exceptionpublic CMSParsingException(java.lang.String message,
java.lang.Throwable cause)
CMSParsingException with the specified detail
message and cause.
Note that the detail message associated with the cause is not automatically incorporated in this exception's detail message.
message - the detail messagecause - the cause