Class InvalidAbfsRestOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.azurebfs.contracts.exceptions.AzureBlobFileSystemException
org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsRestOperationException
org.apache.hadoop.fs.azurebfs.contracts.exceptions.InvalidAbfsRestOperationException
- All Implemented Interfaces:
Serializable
Exception to wrap invalid Azure service error responses and exceptions
raised on network IO.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidAbfsRestOperationException(Exception innerException) InvalidAbfsRestOperationException(Exception innerException, int retryCount) Adds the retry count along with the exception. -
Method Summary
Methods inherited from class org.apache.hadoop.fs.azurebfs.contracts.exceptions.AbfsRestOperationException
getErrorCode, getErrorMessage, getStatusCodeMethods inherited from class org.apache.hadoop.fs.azurebfs.contracts.exceptions.AzureBlobFileSystemException
toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
InvalidAbfsRestOperationException
-
InvalidAbfsRestOperationException
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.
-