Class UploadNotFoundException

All Implemented Interfaces:
Serializable

public class UploadNotFoundException extends TusException
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.
See Also:
  • Constructor Details

    • UploadNotFoundException

      public UploadNotFoundException(String message)