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:
  • Constructor Details

    • DiscoveryException

      public DiscoveryException(String msg)
      Creates an instance with a message.
      Parameters:
      msg - the message
    • DiscoveryException

      public DiscoveryException(Throwable cause)
      Creates an instance from a cause.
      Parameters:
      cause - the cause
    • DiscoveryException

      public DiscoveryException(String msg, Throwable cause)
      Creates an instance from a message and a cause.
      Parameters:
      msg - the message
      cause - the cause