Package com.infilos.utils.io
Class IORuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.infilos.utils.io.IORuntimeException
-
- All Implemented Interfaces:
Serializable
public class IORuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IORuntimeException(String message)
IORuntimeException(String template, Object... params)
IORuntimeException(String message, Throwable throwable)
IORuntimeException(Throwable e)
IORuntimeException(Throwable throwable, String template, Object... params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isCauseInstanceOf(Class<? extends Throwable> clazz)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-