Class FulfillRequestedUploadRequestException.MismatchingChat
- 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.MismatchingChat
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FulfillRequestedUploadRequestException
public static final class FulfillRequestedUploadRequestException.MismatchingChat extends FulfillRequestedUploadRequestException
Exception indicating that the chat of the upload request does not match the expected chat.- Since:
- 8.2.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.common.form_record.chat.FulfillRequestedUploadRequestException
FulfillRequestedUploadRequestException.CannotReadUploadFileData, FulfillRequestedUploadRequestException.EmptyUploadFile, FulfillRequestedUploadRequestException.FileExtensionNotAllowed, FulfillRequestedUploadRequestException.MaxFileCountLimitExceeded, FulfillRequestedUploadRequestException.MaxFileSizeLimitExceeded, FulfillRequestedUploadRequestException.MinFileCountLimitNotReached, FulfillRequestedUploadRequestException.MismatchingChat, FulfillRequestedUploadRequestException.MismatchingMessage, FulfillRequestedUploadRequestException.MissingContentType, FulfillRequestedUploadRequestException.MissingFileName, FulfillRequestedUploadRequestException.MissingUser, FulfillRequestedUploadRequestException.NoFilesProvided, FulfillRequestedUploadRequestException.NoFormDataAvailable, FulfillRequestedUploadRequestException.UnableToProcessUploadRequest, FulfillRequestedUploadRequestException.UploadElementConstraintsViolated, FulfillRequestedUploadRequestException.UploadRequestAlreadyFulfilled, FulfillRequestedUploadRequestException.UploadRequestNotFound, FulfillRequestedUploadRequestException.UserNotMemberOfChat
-
-
Constructor Summary
Constructors Constructor Description MismatchingChat(UUID chatUuid, FormRecordMessageUploadRequest uploadRequest)Constructs a new exception indicating that chat of the upload request does not match the expected chat.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDchatUuid()The expected chat UUID that does not match chat of the upload request.FormRecordMessageUploadRequestuploadRequest()The upload request that does not match the chat.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MismatchingChat
public MismatchingChat(UUID chatUuid, FormRecordMessageUploadRequest uploadRequest)
Constructs a new exception indicating that chat of the upload request does not match the expected chat.- Parameters:
chatUuid- The expected chat UUID that does not match chat of the upload request.uploadRequest- The upload request that does not match the chat.
-
-
Method Detail
-
chatUuid
public UUID chatUuid()
The expected chat UUID that does not match chat of the upload request.- Returns:
- The expected chat UUID that does not match chat of the upload request.
-
uploadRequest
public FormRecordMessageUploadRequest uploadRequest()
The upload request that does not match the chat.- Returns:
- The upload request that does not match the chat.
-
-