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