public class IOExceptionWrapper
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
_cause |
Constructor and Description |
---|
IOExceptionWrapper(java.lang.String msg,
java.lang.Throwable cause) |
IOExceptionWrapper(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause() |