Class S3ClientServiceException

All Implemented Interfaces:
Serializable

@Deprecated public class S3ClientServiceException extends ServiceException
Deprecated.
The S3 implementations and services will be removed from the ome-common library in version 7.0.0
Exception thrown when internal error specific to the S3 client is raised
See Also:
  • Constructor Details

    • S3ClientServiceException

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

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

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