Class ScxIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cool.scx.io.exception.ScxIOException
- All Implemented Interfaces:
Serializable
底层 IO 异常, 通常会包裹一个
IOException.- Version:
- 0.0.1
- Author:
- scx567888
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionScxIOException(String message) ScxIOException(String message, Throwable cause) ScxIOException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScxIOException
public ScxIOException() -
ScxIOException
-
ScxIOException
-
ScxIOException
-