Class DiscoveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gcube.resources.discovery.client.api.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(String msg, Throwable cause) Creates an instance from a message and a cause.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
-
DiscoveryException
Creates an instance from a message and a cause.- Parameters:
msg- the messagecause- the cause
-