com.caucho.vfs
Class IOExceptionWrapper
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.caucho.vfs.IOExceptionWrapper
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- IOTimeoutException
public class IOExceptionWrapper
- extends java.io.IOException
- See Also:
- Serialized Form
Method Summary |
static java.io.IOException |
create(java.lang.Exception e)
|
java.lang.Throwable |
getCause()
|
java.lang.Throwable |
getRootCause()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IOExceptionWrapper
public IOExceptionWrapper()
IOExceptionWrapper
public IOExceptionWrapper(java.lang.String message)
IOExceptionWrapper
public IOExceptionWrapper(java.lang.String message,
java.lang.Throwable e)
IOExceptionWrapper
public IOExceptionWrapper(java.lang.Throwable e)
create
public static java.io.IOException create(java.lang.Exception e)
getRootCause
public java.lang.Throwable getRootCause()
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable