org.kohsuke.stapler.framework.io
Class IOException2
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.kohsuke.stapler.framework.io.IOException2
- All Implemented Interfaces:
- Serializable
public class IOException2
- extends IOException
IOException
with missing constructors.
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IOException2
public IOException2()
IOException2
public IOException2(String message)
IOException2
public IOException2(String message,
Throwable cause)
IOException2
public IOException2(Throwable cause)
Copyright © 2010. All Rights Reserved.