Package org.bouncycastle.pkcs
Class PKCSException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.pkcs.PKCSException
-
- All Implemented Interfaces:
Serializable
public class PKCSException extends Exception
General checked Exception thrown in the cert package and its sub-packages.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PKCSException(String msg)
PKCSException(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
-
-