@InterfaceAudience.Public @InterfaceStability.Evolving public final class InvalidIngressServiceException extends AbfsRestOperationException
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.
AbfsRestOperationException
,
Serialized FormConstructor and Description |
---|
InvalidIngressServiceException(int statusCode,
String errorCode,
String errorMessage,
Exception innerException)
Constructs a new InvalidIngressServiceException with the specified details.
|
getErrorCode, getErrorMessage, getStatusCode
toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InvalidIngressServiceException(int statusCode, String errorCode, String errorMessage, Exception innerException)
statusCode
- the HTTP status codeerrorCode
- the error codeerrorMessage
- the error messageinnerException
- the inner exceptionCopyright © 2025 Apache Software Foundation. All rights reserved.