Package org.bouncycastle.cert
Class CertException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.cert.CertException
-
- All Implemented Interfaces:
Serializable
public class CertException extends Exception
General checked Exception thrown in the cert package and its sub-packages.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CertException(String msg)
CertException(String msg, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-