Class DocumentServiceException

All Implemented Interfaces:
Serializable

public class DocumentServiceException extends AmazonServiceException

Information about any problems encountered while processing an upload request.

See Also:
  • Constructor Details

    • DocumentServiceException

      public DocumentServiceException(String message)
      Constructs a new DocumentServiceException with the specified error message.
      Parameters:
      message - Describes the error encountered.
  • Method Details

    • setStatus

      public void setStatus(String status)

      The return status of a document upload request, error or success.

      Parameters:
      status - The return status of a document upload request, error or success.
    • getStatus

      public String getStatus()

      The return status of a document upload request, error or success.

      Returns:
      The return status of a document upload request, error or success.
    • withStatus

      public DocumentServiceException withStatus(String status)

      The return status of a document upload request, error or success.

      Parameters:
      status - The return status of a document upload request, error or success.
      Returns:
      Returns a reference to this object so that method calls can be chained together.