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
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(String message)
Constructor.S3ClientServiceException(String message, Throwable cause)
Constructor.S3ClientServiceException(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
-
-
-
-
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.
-
-