Class 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:
    Serialized Form
    • Constructor Detail

      • UnrecoverableS3OperationException

        public UnrecoverableS3OperationException​(org.apache.hadoop.fs.Path path,
                                                 Throwable cause)