public class WrappedIOException extends IOException
Constructor and Description |
---|
WrappedIOException(String message,
Throwable e)
constructor comment.
|
WrappedIOException(Throwable e)
constructor comment.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrappedIOException(Throwable e)
e
- The root exception that caused this exception.Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.