Package org.localify.common.exceptions
Class RecommenderTimeout
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.localify.common.exceptions.AbstractLocalifyException
org.localify.common.exceptions.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 Summary
ConstructorsConstructorDescriptionConstructs a new RecommenderTimeout with a default message.RecommenderTimeout(String message) Constructs a new RecommenderTimeout with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RecommenderTimeout
public RecommenderTimeout()Constructs a new RecommenderTimeout with a default message. -
RecommenderTimeout
Constructs a new RecommenderTimeout with the specified message.- Parameters:
message- The detail message.
-