Class FulfillRequestedUploadRequestException.UploadRequestNotFound

    • Constructor Detail

      • UploadRequestNotFound

        public UploadRequestNotFound​(UUID uploadRequestUuid)
        Constructs a new exception indicating that the upload request with the given UUID was not found.
        Parameters:
        uploadRequestUuid - The UUID of the upload request that was not found.
    • Method Detail

      • uploadRequestUuid

        public UUID uploadRequestUuid()
        The UUID of the upload request that was not found.
        Returns:
        The UUID of the upload request that was not found.
      • getErrorCode

        public String getErrorCode()
        Returns:
        the related error code string (as a technical error description)
      • getHttpStatusCode

        public int getHttpStatusCode()
        Returns:
        the HTTP status code related to this error