Class ExternalServiceException

All Implemented Interfaces:
Serializable

public class ExternalServiceException extends AmazonServiceException

An exception thrown when a dependent service such as Facebook or Twitter is not responding

See Also:
  • Constructor Details

    • ExternalServiceException

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