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

public class UploadOffsetMismatchException extends TusException
If the offsets do not match, the Server MUST respond with the 409 Conflict status without modifying the upload resource.
See Also:
  • Constructor Details

    • UploadOffsetMismatchException

      public UploadOffsetMismatchException(String message)