Class FulfillRequestedUploadRequestException.MissingUser
- 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.MissingUser
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FulfillRequestedUploadRequestException
public static final class FulfillRequestedUploadRequestException.MissingUser extends FulfillRequestedUploadRequestException
Exception indicating that no user was provided to fulfill the upload request (and that a user is required to fulfill the request).- 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 MissingUser(FormRecordMessageUploadRequest uploadRequest)
Constructs a new exception indicating that no user was provided to fulfill the upload request (and that a user is required to fulfill the request).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormRecordMessageUploadRequest
uploadRequest()
The upload request requiring a user to be fulfilled.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MissingUser
public MissingUser(FormRecordMessageUploadRequest uploadRequest)
Constructs a new exception indicating that no user was provided to fulfill the upload request (and that a user is required to fulfill the request).- Parameters:
uploadRequest
- The upload request requiring a user to be fulfilled.
-
-
Method Detail
-
uploadRequest
public FormRecordMessageUploadRequest uploadRequest()
The upload request requiring a user to be fulfilled.- Returns:
- The upload request requiring a user to be fulfilled.
-
-