Class AbfsRestOperationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AbfsDriverException, AbfsInvalidChecksumException, InvalidAbfsRestOperationException, InvalidIngressServiceException

@Public @Evolving public class AbfsRestOperationException extends AzureBlobFileSystemException
Exception to wrap Azure service error responses.
See Also:
  • Constructor Details

    • AbfsRestOperationException

      public AbfsRestOperationException(int statusCode, String errorCode, String errorMessage, Exception innerException)
    • AbfsRestOperationException

      public AbfsRestOperationException(int statusCode, String errorCode, String errorMessage, Exception innerException, org.apache.hadoop.fs.azurebfs.services.AbfsHttpOperation abfsHttpOperation)
    • AbfsRestOperationException

      public AbfsRestOperationException(org.apache.hadoop.fs.azurebfs.oauth2.AzureADAuthenticator.HttpException innerException)
  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getErrorCode

      public AzureServiceErrorCode getErrorCode()
    • getErrorMessage

      public String getErrorMessage()