Package org.stellar.sdk.exception
Class UnknownResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.stellar.sdk.exception.SdkException
org.stellar.sdk.exception.NetworkException
org.stellar.sdk.exception.UnknownResponseException
- All Implemented Interfaces:
Serializable
Thrown when the server returns an HTTP status code that is not handled by other specific
exception types.
The response status code and body are available via NetworkException.getCode() and NetworkException.getBody().
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.stellar.sdk.exception.NetworkException
getBody, getCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownResponseException
-