Class FulfillRequestedUploadRequestException.NoFilesProvided
- 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.NoFilesProvided
 
 
 
 
 
- 
- All Implemented Interfaces:
 IErrorDetails,Serializable
- Enclosing class:
 - FulfillRequestedUploadRequestException
 
public static final class FulfillRequestedUploadRequestException.NoFilesProvided extends FulfillRequestedUploadRequestException
Exception indicating that no files were provided that could be used to fulfill the upload request.- 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 NoFilesProvided(FormRecordMessageUploadRequest uploadRequest)Constructs a new exception indicating that no files were provided that could be used to fulfill the upload request. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorCode()intgetHttpStatusCode()FormRecordMessageUploadRequestuploadRequest()The upload request for which no files were provided.- 
Methods inherited from class de.xima.fc.common.form_record.chat.FulfillRequestedUploadRequestException
key 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface de.xima.fc.common.form_record.chat.IErrorDetails
getErrorMessage 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
NoFilesProvided
public NoFilesProvided(FormRecordMessageUploadRequest uploadRequest)
Constructs a new exception indicating that no files were provided that could be used to fulfill the upload request.- Parameters:
 uploadRequest- The upload request for which no files were provided.
 
 - 
 
- 
Method Detail
- 
uploadRequest
public FormRecordMessageUploadRequest uploadRequest()
The upload request for which no files were provided.- Returns:
 - The upload request for which no files were provided.
 
 
- 
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
 
 
 - 
 
 -