Class PatchOnFinalUploadNotAllowedException

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

public class PatchOnFinalUploadNotAllowedException extends TusException
The Server MUST respond with the 403 Forbidden status to PATCH requests against a upload URL
See Also:
  • Constructor Details

    • PatchOnFinalUploadNotAllowedException

      public PatchOnFinalUploadNotAllowedException(String message)