Class InvalidFormatException

All Implemented Interfaces:
Serializable

public class InvalidFormatException extends AmazonServiceException

Data was not syntactically valid JSON.

See Also:
  • Constructor Details

    • InvalidFormatException

      public InvalidFormatException(String message)
      Constructs a new InvalidFormatException with the specified error message.
      Parameters:
      message - Describes the error encountered.