Package hudson.util

Class IOException2

All Implemented Interfaces:
Serializable

@Deprecated public class IOException2 extends IOException
Deprecated.
Just use IOException, which since Java 6 supports a cause.
IOException with linked exception.
Author:
Kohsuke Kawaguchi
See Also:
  • Constructor Details

    • IOException2

      public IOException2(Throwable cause)
      Deprecated.
    • IOException2

      public IOException2(String s, Throwable cause)
      Deprecated.