Class DiscoveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gcube.common.clients.exceptions.ServiceException
org.gcube.common.clients.exceptions.DiscoveryException
- All Implemented Interfaces:
Serializable
Raised when services endpoints cannot be discovered.
- Author:
- Fabio Simeoni
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDiscoveryException(String msg) Creates an instance with a message.DiscoveryException(Throwable cause) Creates an instance from a 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
-
DiscoveryException
Creates an instance with a message.- Parameters:
msg- the message
-
DiscoveryException
Creates an instance from a cause.- Parameters:
cause- the cause
-