java.io.Serializable
public class WrappedIOException
extends java.io.IOException
Constructor | Description |
---|---|
WrappedIOException(java.lang.String message,
java.lang.Throwable e) |
constructor comment.
|
WrappedIOException(java.lang.Throwable e) |
constructor comment.
|
public WrappedIOException(java.lang.Throwable e)
e
- The root exception that caused this exception.public WrappedIOException(java.lang.String message, java.lang.Throwable e)
message
- Descriptive text for the exception.e
- The root exception that caused this exception.