com.caucho.vfs
Class IOExceptionWrapper
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--com.caucho.vfs.IOExceptionWrapper
- All Implemented Interfaces:
- ExceptionWrapper, java.io.Serializable
- public class IOExceptionWrapper
- extends java.io.IOException
- implements ExceptionWrapper
- See Also:
- Serialized Form
Method Summary |
static java.io.IOException |
create(java.lang.Exception e)
|
java.lang.Throwable |
getRootCause()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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()
- Specified by:
getRootCause
in interface ExceptionWrapper