Package com.seeq.utilities.exception
Class RuntimeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.seeq.utilities.exception.RuntimeIOException
- All Implemented Interfaces:
Serializable
Runtime version of the standard IOException for use in interfaces where a checked exception isn't feasible (such as
through standard interfaces that don't declare it).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRuntimeIOException
(IOException cause) RuntimeIOException
(String message) RuntimeIOException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RuntimeIOException
-
RuntimeIOException
-
RuntimeIOException
-