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