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. |
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 exception