Class FulfillRequestedUploadRequestException.UploadRequestAlreadyFulfilled
- 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.UploadRequestAlreadyFulfilled
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Enclosing class:
- FulfillRequestedUploadRequestException
 
 public static final class FulfillRequestedUploadRequestException.UploadRequestAlreadyFulfilled extends FulfillRequestedUploadRequestException Exception indicating that the upload request was already fulfilled (and cannot be fulfilled again).- Since:
- 8.2.0
- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class de.xima.fc.common.form_record.chat.FulfillRequestedUploadRequestExceptionFulfillRequestedUploadRequestException.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 SummaryConstructors Constructor Description UploadRequestAlreadyFulfilled(FormRecordMessageUploadRequest uploadRequest)Constructs a new exception indicating that the upload request was already fulfilled (and cannot be fulfilled again).
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FormRecordMessageUploadRequestuploadRequest()The upload request that was already fulfilled.- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
UploadRequestAlreadyFulfilledpublic UploadRequestAlreadyFulfilled(FormRecordMessageUploadRequest uploadRequest) Constructs a new exception indicating that the upload request was already fulfilled (and cannot be fulfilled again).- Parameters:
- uploadRequest- The upload request that was already fulfilled.
 
 
- 
 - 
Method Detail- 
uploadRequestpublic FormRecordMessageUploadRequest uploadRequest() The upload request that was already fulfilled.- Returns:
- The upload request that was already fulfilled.
 
 
- 
 
-