All Downloads are FREE. Search and download functionalities are using the official Maven repository.

me.desair.tus.server.exception.UploadChecksumMismatchException Maven / Gradle / Ivy

package me.desair.tus.server.exception;

/**
 * Exception thrown when the client provided checksum does not match the checksum calculated by the server
 */
public class UploadChecksumMismatchException extends TusException {
    public UploadChecksumMismatchException(String message) {
        super(460, message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy