Class ResourceNotFoundException

All Implemented Interfaces:
Serializable

public class ResourceNotFoundException extends AmazonServiceException

This exception is thrown when the specified resource is not found.

See Also:
  • Constructor Details

    • ResourceNotFoundException

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