public class IssueInTransferException
extends java.io.IOException
getJson().| Constructor and Description |
|---|
IssueInTransferException(java.lang.String msg,
java.lang.Exception cause)
Creates a new IssueInTransferException.
|
IssueInTransferException(java.lang.String msg,
java.io.InputStream in)
Creates a new IssueInTransferException.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Optional<com.eclipsesource.json.JsonValue> |
getJson()
Get the JSON sent by the server (if any).
|
public IssueInTransferException(java.lang.String msg,
java.io.InputStream in)
msg - the messagein - the response from the server, that will be parsed as JSON if possiblepublic IssueInTransferException(java.lang.String msg,
java.lang.Exception cause)
msg - the messagecause - what caused the issue