Package 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
-
-
Constructor Summary
Constructors Constructor Description IOExceptionWrapper(java.lang.String msg, java.lang.Throwable cause)
IOExceptionWrapper(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getCause()
-