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

public class UploadChecksumMismatchException extends TusException
Exception thrown when the client provided checksum does not match the checksum calculated by the server
See Also:
  • Constructor Details

    • UploadChecksumMismatchException

      public UploadChecksumMismatchException(String message)