Package io.anyline.nfc.bouncycastle.cert
Class CertIOException
-
- All Implemented Interfaces:
-
java.io.Serializable
public class CertIOException extends IOException
General IOException thrown in the cert package and its sub-packages.
-
-
Constructor Summary
Constructors Constructor Description CertIOException(String msg, Throwable cause)
CertIOException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-