Package org.bouncycastle.cms
Class CMSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.cms.CMSException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CMSSignerDigestMismatchException
,CMSVerifierCertificateNotValidException
public class CMSException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CMSException(java.lang.String msg)
CMSException(java.lang.String msg, java.lang.Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
java.lang.Exception
getUnderlyingException()
-