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

Constructor Summary
IOExceptionWrapper(java.lang.Exception e)
           
IOExceptionWrapper(java.lang.String message)
           
IOExceptionWrapper(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 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
 

Constructor Detail

IOExceptionWrapper

public IOExceptionWrapper(java.lang.String message)

IOExceptionWrapper

public IOExceptionWrapper(java.lang.String message,
                          java.lang.Exception e)

IOExceptionWrapper

public IOExceptionWrapper(java.lang.Exception e)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Specified by:
getRootCause in interface ExceptionWrapper