Class ScxIOException

All Implemented Interfaces:
Serializable

public class ScxIOException extends RuntimeException
底层 IO 异常, 通常会包裹一个 IOException.
Version:
0.0.1
Author:
scx567888
See Also:
  • Constructor Details

    • ScxIOException

      public ScxIOException()
    • ScxIOException

      public ScxIOException(String message)
    • ScxIOException

      public ScxIOException(Throwable cause)
    • ScxIOException

      public ScxIOException(String message, Throwable cause)