Package loci.common.services
Class S3ClientServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
loci.common.services.ServiceException
loci.common.services.S3ClientServiceException
- All Implemented Interfaces:
Serializable
Exception thrown when internal error specific to the S3 client is raised
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionS3ClientServiceException(String message) Constructor.S3ClientServiceException(String message, Throwable cause) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
S3ClientServiceException
Constructor.- Parameters:
message- Error message.
-
S3ClientServiceException
Constructor.- Parameters:
message- Error message.cause- Upstream exception.
-
S3ClientServiceException
Constructor.- Parameters:
cause- Upstream exception.
-