Class IOExceptionWrapper

All Implemented Interfaces:
Serializable

public class IOExceptionWrapper extends IOException
Exception wrapper for IO.
See Also:
  • Constructor Details

    • IOExceptionWrapper

      public IOExceptionWrapper(Throwable cause)
    • IOExceptionWrapper

      public IOExceptionWrapper(String msg, Throwable cause)
  • Method Details