Package io.trino.plugin.hive.s3
Class TrinoS3FileSystem.UnrecoverableS3OperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.trino.plugin.hive.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecoverableS3OperationException(org.apache.hadoop.fs.Path path, 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 Detail
-
UnrecoverableS3OperationException
public UnrecoverableS3OperationException(org.apache.hadoop.fs.Path path, Throwable cause)
-
-