Package org.bouncycastle.jce.exception
Class ExtIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.bouncycastle.jce.exception.ExtIOException
-
- All Implemented Interfaces:
Serializable
,ExtException
public class ExtIOException extends IOException implements ExtException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExtIOException(String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Throwable
getCause()
Returns the cause of the exception.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getCause
public Throwable getCause()
Description copied from interface:ExtException
Returns the cause of the exception.- Specified by:
getCause
in interfaceExtException
- Overrides:
getCause
in classThrowable
- Returns:
- The cause of the exception.
-
-