com.caucho.hessian.io
Class IOExceptionWrapper

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.caucho.hessian.io.IOExceptionWrapper
All Implemented Interfaces:
java.io.Serializable

public class IOExceptionWrapper
extends java.io.IOException

Exception wrapper for IO.

See Also:
Serialized Form

Field Summary
private  java.lang.Throwable _cause
           
 
Constructor Summary
IOExceptionWrapper(java.lang.String msg, java.lang.Throwable cause)
           
IOExceptionWrapper(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
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
 

Field Detail

_cause

private java.lang.Throwable _cause
Constructor Detail

IOExceptionWrapper

public IOExceptionWrapper(java.lang.Throwable cause)

IOExceptionWrapper

public IOExceptionWrapper(java.lang.String msg,
                          java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable