Package io.cloudstub.local.cli.http
Class CloudStubUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.cloudstub.local.cli.http.CloudStubUnavailableException
- All Implemented Interfaces:
Serializable
Thrown when the CloudStub REST API cannot be reached (server down, wrong port, network error).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCloudStubUnavailableException(String baseUrl) CloudStubUnavailableException(String baseUrl, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CloudStubUnavailableException
-
CloudStubUnavailableException
-