Package org.bouncycastle.cms
Class CMSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.cms.CMSException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CMSSignerDigestMismatchException,CMSVerifierCertificateNotValidException
public class CMSException extends Exception
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CMSException(String msg)CMSException(String msg, Exception e) -
Method Summary
Modifier and Type Method Description ThrowablegetCause()Returns the cause of thisThrowable, ornullif there is no cause.ExceptiongetUnderlyingException()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString