Package hudson.util
Class IOException2
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- hudson.util.IOException2
-
- All Implemented Interfaces:
Serializable
@Deprecated public class IOException2 extends IOException
Deprecated.Just useIOException
, which since Java 6 supports a cause.IOException
with linked exception.- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IOException2(String s, Throwable cause)
Deprecated.IOException2(Throwable cause)
Deprecated.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-