Package tv.hd3g.fflauncher
Class IORuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- tv.hd3g.fflauncher.IORuntimeException
-
- All Implemented Interfaces:
Serializable
public class IORuntimeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IORuntimeException(String message)IORuntimeException(String message, IOException cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IORuntimeException
public IORuntimeException(String message, IOException cause)
-
IORuntimeException
public IORuntimeException(String message)
-
-