Package me.desair.tus.server.exception
Class UploadChecksumMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
me.desair.tus.server.exception.TusException
me.desair.tus.server.exception.UploadChecksumMismatchException
- All Implemented Interfaces:
Serializable
Exception thrown when the client provided checksum does not match the checksum calculated by the
server
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class me.desair.tus.server.exception.TusException
getStatus
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UploadChecksumMismatchException
-