Class ChecksumAlgorithmNotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
me.desair.tus.server.exception.TusException
me.desair.tus.server.exception.ChecksumAlgorithmNotSupportedException
All Implemented Interfaces:
Serializable

public class ChecksumAlgorithmNotSupportedException extends TusException
Exception thrown when the client sends a request for a checksum algorithm we do not support
See Also:
  • Constructor Details

    • ChecksumAlgorithmNotSupportedException

      public ChecksumAlgorithmNotSupportedException(String message)