com.caucho.hessian.io
Class IOExceptionWrapper
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
|
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 |
_cause
private java.lang.Throwable _cause
IOExceptionWrapper
public IOExceptionWrapper(java.lang.Throwable cause)
IOExceptionWrapper
public IOExceptionWrapper(java.lang.String msg,
java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable