Class RecommenderTimeout

All Implemented Interfaces:
Serializable

@ResponseStatus(SERVICE_UNAVAILABLE) public class RecommenderTimeout extends AbstractLocalifyException
Exception thrown when a timeout occurs while accessing the recommender service.
See Also:
  • Constructor Details

    • RecommenderTimeout

      public RecommenderTimeout()
      Constructs a new RecommenderTimeout with a default message.
    • RecommenderTimeout

      public RecommenderTimeout(String message)
      Constructs a new RecommenderTimeout with the specified message.
      Parameters:
      message - The detail message.