Class FulfillRequestedUploadRequestException.UnableToProcessUploadRequest

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.UnableToProcessUploadRequest
All Implemented Interfaces:
IErrorDetails, Serializable
Enclosing class:
FulfillRequestedUploadRequestException

public static final class FulfillRequestedUploadRequestException.UnableToProcessUploadRequest extends FulfillRequestedUploadRequestException
Generic exception indicating that the upload request could not be fulfilled due to an unknown or unhandled error.
Since:
8.2.0
See Also:
  • Constructor Details

    • UnableToProcessUploadRequest

      public UnableToProcessUploadRequest(Throwable cause)
      Constructs a new exception indicating that the upload request could not be fulfilled due to an unknown or unhandled error.
      Parameters:
      cause - The unknown or unhandled error that occurred.
  • Method Details

    • 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