Class NoSuchEndpointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gcube.common.clients.exceptions.ServiceException
org.gcube.common.clients.exceptions.NoSuchEndpointException
- All Implemented Interfaces:
Serializable
A
ServiceException raised when services endpoints are not reachable.- Author:
- Fabio Simeoni
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchEndpointException(Throwable cause) Creates an instance from an underlying 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
-
NoSuchEndpointException
Creates an instance from an underlying cause.- Parameters:
cause- the cause
-