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.
IOException
with linked exception.- Author:
- Kohsuke Kawaguchi
- See Also:
-
Constructor Summary
ConstructorDescriptionIOException2
(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
-
Constructor Details
-
IOException2
Deprecated. -
IOException2
Deprecated.
-
IOException
, which since Java 6 supports a cause.