Class FederationServerInvalidException
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.federation.exception.FederationServerInvalidException
- All Implemented Interfaces:
Serializable
Federation server is invalid (malformed URL, not HTTPS, etc.)
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class org.stellar.sdk.exception.NetworkException
getBody, getCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FederationServerInvalidException
public FederationServerInvalidException()
-