Class AzureBlobFileSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.fs.azurebfs.contracts.exceptions.AzureBlobFileSystemException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbfsRestOperationException,ConcurrentWriteOperationDetectedException,ConfigurationPropertyNotFoundException,FileSystemOperationUnhandledException,InvalidAclOperationException,InvalidConfigurationValueException,InvalidFileSystemPropertyException,InvalidUriAuthorityException,InvalidUriException,TimeoutException,TrileanConversionException
Base exception for any Azure Blob File System driver exceptions. All the exceptions must inherit this class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAzureBlobFileSystemException(String message) AzureBlobFileSystemException(String message, Exception innerException) AzureBlobFileSystemException(String message, Throwable innerThrowable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace