public class NestedIOException extends IOException
Constructor and Description |
---|
NestedIOException(String msg,
Throwable cause) |
NestedIOException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static String |
buildMessage(String message,
Throwable cause) |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NestedIOException(Throwable cause)
Copyright © 2006–2017. All rights reserved.