Package me.desair.tus.server.exception
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
The Server MUST respond with the 403 Forbidden status to PATCH requests against a upload URL
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class me.desair.tus.server.exception.TusException
getStatus
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PatchOnFinalUploadNotAllowedException
-