Class NestedIOException

All Implemented Interfaces:
Serializable

public class NestedIOException extends IOException
Bridge class to provide nested Exceptions with IOException which has constructors that don't take Throwables.
Version:
1.2
Author:
Kevin Burton
See Also:
  • Constructor Details

    • NestedIOException

      public NestedIOException(Throwable cause)
      Create a new NestedIOException instance.
      Parameters:
      cause - object of type throwable
    • NestedIOException

      public NestedIOException(String message, Throwable cause)