public class WrappedIOException extends RuntimeException
This class should not be called as it is part of the internal logic.
| Constructor and Description |
|---|
WrappedIOException(String message)
Creates a new instance of WrappedIOException.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WrappedIOException(String message)
message - string of text describing the problem.public String getMessage()
getMessage in class ThrowableCopyright © 2017 51Degrees. All rights reserved.