Package me.desair.tus.server.exception
Class UploadNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
me.desair.tus.server.exception.TusException
me.desair.tus.server.exception.UploadNotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when the given upload ID was not found
If the resource is not found, the Server SHOULD return either the 404 Not Found, 410 Gone or 403 Forbidden status without the Upload-Offset header.
If the resource is not found, the Server SHOULD return either the 404 Not Found, 410 Gone or 403 Forbidden status without the Upload-Offset header.
- 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
-
UploadNotFoundException
-