com.caucho.hessian.io
类 IOExceptionWrapper

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.io.IOException
              继承者 com.caucho.hessian.io.IOExceptionWrapper
所有已实现的接口:
java.io.Serializable

public class IOExceptionWrapper
extends java.io.IOException

Exception wrapper for IO.

另请参见:
序列化表格

构造方法摘要
IOExceptionWrapper(java.lang.String msg, java.lang.Throwable cause)
           
IOExceptionWrapper(java.lang.Throwable cause)
           
 
方法摘要
 java.lang.Throwable getCause()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

IOExceptionWrapper

public IOExceptionWrapper(java.lang.Throwable cause)

IOExceptionWrapper

public IOExceptionWrapper(java.lang.String msg,
                          java.lang.Throwable cause)
方法详细信息

getCause

public java.lang.Throwable getCause()
覆盖:
java.lang.Throwable 中的 getCause