Class InvalidIngressServiceException

All Implemented Interfaces:
Serializable

@Public @Evolving public final class InvalidIngressServiceException extends AbfsRestOperationException
Exception thrown when an invalid ingress service is encountered.

This exception is used to indicate that the ingress service being used is not valid or supported. It extends the AbfsRestOperationException to provide additional context about the error.

See Also:
  • Constructor Details

    • InvalidIngressServiceException

      public InvalidIngressServiceException(int statusCode, String errorCode, String errorMessage, Exception innerException)
      Constructs a new InvalidIngressServiceException with the specified details.
      Parameters:
      statusCode - the HTTP status code
      errorCode - the error code
      errorMessage - the error message
      innerException - the inner exception