Class FulfillRequestedUploadRequestException.MismatchingMessage

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.MismatchingMessage
All Implemented Interfaces:
IErrorDetails, Serializable
Enclosing class:
FulfillRequestedUploadRequestException

public static final class FulfillRequestedUploadRequestException.MismatchingMessage extends FulfillRequestedUploadRequestException
Exception indicating that the message of the upload request does not match the expected message.
Since:
8.2.0
See Also:
  • Constructor Details

    • MismatchingMessage

      public MismatchingMessage(UUID messageUuid, FormRecordMessageUploadRequest uploadRequest)
      Constructs a new exception indicating that the message of the upload request does not match the expected message.
      Parameters:
      messageUuid - The expected message UUID that does not match message of the upload request.
      uploadRequest - The upload request that does not match the message.
  • Method Details

    • messageUuid

      public UUID messageUuid()
      The expected message UUID that does not match message of the upload request.
      Returns:
      The expected message UUID that does not match message of the upload request.
    • uploadRequest

      public FormRecordMessageUploadRequest uploadRequest()
      The upload request that does not match the message.
      Returns:
      The upload request that does not match the message.
    • 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