Package me.desair.tus.server.exception
Class UploadOffsetMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
me.desair.tus.server.exception.TusException
me.desair.tus.server.exception.UploadOffsetMismatchException
- All Implemented Interfaces:
Serializable
If the offsets do not match, the Server MUST respond with the 409 Conflict status without
modifying the upload resource.
- 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
-
UploadOffsetMismatchException
-