Class RemoteInvocationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.interactive_instruments.etf.client.RemoteInvocationException
-
- All Implemented Interfaces:
EtfClientException,java.io.Serializable
public class RemoteInvocationException extends java.lang.Exception implements EtfClientException
An error returned by the ETF instance- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteInvocationException(java.io.IOException e)RemoteInvocationException(java.lang.InterruptedException e)RemoteInvocationException(java.net.http.HttpResponse response)RemoteInvocationException(org.json.JSONException jsonException, java.net.http.HttpResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectresponseBody()intstatusCode()java.lang.StringtoString()
-
-
-
Constructor Detail
-
RemoteInvocationException
public RemoteInvocationException(java.net.http.HttpResponse response)
-
RemoteInvocationException
public RemoteInvocationException(org.json.JSONException jsonException, java.net.http.HttpResponse response)
-
RemoteInvocationException
public RemoteInvocationException(java.io.IOException e)
-
RemoteInvocationException
public RemoteInvocationException(java.lang.InterruptedException e)
-
-