Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends AmazonServiceException

The request was rejected because the specified entity or resource could not be found.

See Also:
  • Constructor Details

    • NotFoundException

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