Class ConnectivityFailureClassifier
java.lang.Object
com.amalgamasimulation.desktop.connectivity.ConnectivityFailureClassifier
Converts connectivity failures to short descriptions.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringforException(Throwable throwable) Checks the whole cause chain and returns null for an unknown failure.static StringforHttpStatus(int statusCode)
-
Field Details
-
RESPONSE_FORMAT_ERROR
- See Also:
-
SERVICE_UNAVAILABLE
- See Also:
-
-
Method Details
-
forHttpStatus
-
forException
Checks the whole cause chain and returns null for an unknown failure.
-