public class CMSCryptoException extends CMSException
A CMSCryptoException is thrown when a crypto
operation fails for some reason.
| Constructor and Description |
|---|
CMSCryptoException()
Creates a
CMSCryptoException with no message describing
the exception. |
CMSCryptoException(java.lang.String msg)
Creates a
CMSCryptoException with the given message
describing this particular exception. |
public CMSCryptoException()
CMSCryptoException with no message describing
the exception.public CMSCryptoException(java.lang.String msg)
CMSCryptoException with the given message
describing this particular exception.msg - the message string describing this exception