Class S3NotFoundException

All Implemented Interfaces:
Serializable

public class S3NotFoundException extends S3Exception
Specific exception thrown from S3StorageClients when the resource requested is not found (e.g., attempting to fetch a key in S3 that doesn't exist).
See Also:
  • Constructor Details

    • S3NotFoundException

      public S3NotFoundException(Throwable cause)
    • S3NotFoundException

      public S3NotFoundException(String message)
    • S3NotFoundException

      public S3NotFoundException(String message, Throwable cause)