Class S3ClientServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
loci.common.services.ServiceException
loci.common.services.S3ClientServiceException
All Implemented Interfaces:
java.io.Serializable

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

    Constructors 
    Constructor Description
    S3ClientServiceException​(java.lang.String message)
    Constructor.
    S3ClientServiceException​(java.lang.String message, java.lang.Throwable cause)
    Constructor.
    S3ClientServiceException​(java.lang.Throwable cause)
    Constructor.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • S3ClientServiceException

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

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

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