Class DependencyTimeoutException

All Implemented Interfaces:
Serializable

public class DependencyTimeoutException extends AmazonServiceException

The service timed out trying to fulfill the request, and the client should try the call again.

See Also:
  • Constructor Details

    • DependencyTimeoutException

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