Class S3ClientServiceException

    • Constructor Detail

      • 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.