Class AbfsInvalidChecksumException
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.AbfsInvalidChecksumException
- All Implemented Interfaces:
Serializable
Exception to wrap invalid checksum verification on client side.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAbfsInvalidChecksumException(String activityId) AbfsInvalidChecksumException(AbfsRestOperationException abfsRestOperationException) -
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
-
AbfsInvalidChecksumException
-
AbfsInvalidChecksumException
-