Package org.jumpmind.exception
Class IoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jumpmind.exception.IoException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FileConflictException
,HttpException
,NoContentException
,OfflineException
Wraps an
IOException
with a runtime version- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIoException
(String msg, Object... args) IoException
(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
-
IoException
public IoException() -
IoException
-
IoException
-
IoException
-