Class S3ClientServiceException

All Implemented Interfaces:
Serializable

public class S3ClientServiceException extends ServiceException
Exception thrown when internal error specific to the S3 client is raised
See Also:
  • Constructor Details

    • S3ClientServiceException

      public S3ClientServiceException(String message)
      Constructor.
      Parameters:
      message - Error message.
    • S3ClientServiceException

      public S3ClientServiceException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - Error message.
      cause - Upstream exception.
    • S3ClientServiceException

      public S3ClientServiceException(Throwable cause)
      Constructor.
      Parameters:
      cause - Upstream exception.