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
public class NoSuchEndpointException extends ServiceException
AServiceExceptionraised when services endpoints are not reachable.- Author:
- Fabio Simeoni
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchEndpointException(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 Detail
-
NoSuchEndpointException
public NoSuchEndpointException(Throwable cause)
Creates an instance from an underlying cause.- Parameters:
cause- the cause
-
-