public abstract static class IOUtil.WrappedException extends IOException
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
IOException |
underlying |
Constructor and Description |
---|
IOUtil.WrappedException(IOException underlying) |
IOUtil.WrappedException(String message,
IOException underlying) |
Modifier and Type | Method and Description |
---|---|
IOException |
getCause() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final long serialVersionUID
public final IOException underlying
public IOUtil.WrappedException(String message, IOException underlying)
public IOUtil.WrappedException(IOException underlying)
public String getMessage()
getMessage
in class Throwable
public IOException getCause()
Copyright © 2014. All rights reserved.