Package alex.mojaki.s3upload
Class IntegrityCheckException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- alex.mojaki.s3upload.IntegrityCheckException
-
- All Implemented Interfaces:
Serializable
public class IntegrityCheckException extends RuntimeException
Thrown when final integrity check fails. It suggests that the multipart upload failed due to data corruption. SeeStreamTransferManager.checkIntegrity(boolean)for details.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IntegrityCheckException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IntegrityCheckException
public IntegrityCheckException(String message)
-
-