Class FulfillRequestedUploadRequestException.UploadRequestNotFound

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.common.form_record.chat.FulfillRequestedUploadRequestException
de.xima.fc.common.form_record.chat.FulfillRequestedUploadRequestException.UploadRequestNotFound
All Implemented Interfaces:
IErrorDetails, Serializable
Enclosing class:
FulfillRequestedUploadRequestException

public static final class FulfillRequestedUploadRequestException.UploadRequestNotFound extends FulfillRequestedUploadRequestException
Exception indicating that the upload request with the given UUID was not found.
Since:
8.2.0
See Also:
  • Constructor Details

    • 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 Details

    • 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