Class InvalidAbfsRestOperationException

All Implemented Interfaces:
Serializable

@Public @Evolving public class InvalidAbfsRestOperationException extends AbfsRestOperationException
Exception to wrap invalid Azure service error responses and exceptions raised on network IO.
See Also:
  • Constructor Details

    • InvalidAbfsRestOperationException

      public InvalidAbfsRestOperationException(Exception innerException)
    • InvalidAbfsRestOperationException

      public InvalidAbfsRestOperationException(Exception innerException, int retryCount)
      Adds the retry count along with the exception.
      Parameters:
      innerException - The inner exception which is originally caught.
      retryCount - The retry count when the exception was thrown.