Package org.languagetool.server
Class UnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.languagetool.server.UnavailableException
- All Implemented Interfaces:
Serializable
Exception thrown if the server is overloaded, e.g. full queues for TextChecker pool
results in 503 error
- Since:
- 5.6
-
Constructor Summary
ConstructorsConstructorDescriptionUnavailableException(String message) UnavailableException(String message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnavailableException
UnavailableException(String message) -
UnavailableException
-