Package overit.geocall.aws.servlet.wr
Class S3RuntimeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
overit.geocall.aws.servlet.wr.S3RuntimeIOException
- All Implemented Interfaces:
Serializable
Represent a generic IO exception related to the AWS S3 operations.
In other words, something went wrong during the read/write operation on any AWS S3 bucket.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
S3RuntimeIOException
- Parameters:
cause- TheThrowable- See Also:
-