Class ClientException

All Implemented Interfaces:
Serializable

public class ClientException extends AmazonServiceException

A client exception has occurred.

See Also:
  • Constructor Details

    • ClientException

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