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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
Exception
getUnderlyingException()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-