Package io.trino.hdfs.s3
Class TrinoS3FileSystem.UnrecoverableS3OperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
io.trino.hdfs.s3.TrinoS3FileSystem.UnrecoverableS3OperationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TrinoS3FileSystem
This exception is for stopping retries for S3 calls that shouldn't be retried.
For example, "Caused by: com.amazonaws.services.s3.model.AmazonS3Exception: Forbidden (Service: Amazon S3; Status Code: 403 ..."
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnrecoverableS3OperationException(String bucket, String key, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnrecoverableS3OperationException
-