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

public static class TrinoS3FileSystem.UnrecoverableS3OperationException extends IOException
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 Details

    • UnrecoverableS3OperationException

      public UnrecoverableS3OperationException(String bucket, String key, Throwable cause)