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
public class DiscoveryException extends RuntimeException
Raised when services endpoints cannot be discovered.- Author:
- Fabio Simeoni
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DiscoveryException(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
-
-