Package org.pgpainless.exception
Class FinalIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.pgpainless.exception.FinalIOException
-
- All Implemented Interfaces:
Serializable
public class FinalIOException extends IOException
Wrapper forIOException
indicating that we need to throw this exception up.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FinalIOException(IOException e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FinalIOException
public FinalIOException(IOException e)
-
-