Class FulfillRequestedUploadRequestException.UserNotMemberOfChat
- 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.UserNotMemberOfChat
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - FulfillRequestedUploadRequestException
 
public static class FulfillRequestedUploadRequestException.UserNotMemberOfChat extends FulfillRequestedUploadRequestException
Exception indicating that the user is not a member of the chat containing the message with the upload 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 UserNotMemberOfChat(IUser user, FormRecordChat chat, FormRecordMessageUploadRequest uploadRequest)Constructs a new exception indicating that the user is not a member of the chat containing the message with the upload request. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormRecordChatchat()The chat that the user is not a member of.FormRecordMessageUploadRequestuploadRequest()The upload request that the user is trying to fulfill.IUseruser()The user who is not a member of the chat.- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
UserNotMemberOfChat
public UserNotMemberOfChat(IUser user, FormRecordChat chat, FormRecordMessageUploadRequest uploadRequest)
Constructs a new exception indicating that the user is not a member of the chat containing the message with the upload request.- Parameters:
 user- The user who is not a member of the chat.chat- The chat that the user is not a member of.uploadRequest- The upload request that the user is trying to fulfill.
 
 - 
 
- 
Method Detail
- 
chat
public FormRecordChat chat()
The chat that the user is not a member of.- Returns:
 - The chat that the user is not a member of.
 
 
- 
uploadRequest
public FormRecordMessageUploadRequest uploadRequest()
The upload request that the user is trying to fulfill.- Returns:
 - The upload request that the user is trying to fulfill.
 
 
- 
user
public IUser user()
The user who is not a member of the chat.- Returns:
 - The user who is not a member of the chat.
 
 
 - 
 
 -