Class EndpointNotFoundException

All Implemented Interfaces:
Serializable

public class EndpointNotFoundException extends RelayException
See Also:
  • Constructor Details

    • EndpointNotFoundException

      public EndpointNotFoundException()
      Creates a new instance of the EndpointNotFoundException class.
    • EndpointNotFoundException

      public EndpointNotFoundException(String message)
      Creates a new instance of the EndpointNotFoundException class with a specified error message.
      Parameters:
      message - The message that describes the error.
    • EndpointNotFoundException

      public EndpointNotFoundException(String message, Exception innerException)
      Creates a new instance of the EndpointNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
      Parameters:
      message - The message that describes the error.
      innerException - The exception that is the cause of the current exception.
    • EndpointNotFoundException

      protected EndpointNotFoundException(String message, Exception innerException, boolean isTransient)
      Creates a new instance of the EndpointNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
      Parameters:
      message - The message that describes the error.
      innerException - The exception that is the cause of the current exception.
      isTransient - Whether this exception is transient and should be retried.