Class UnavailableException

All Implemented Interfaces:
Serializable

class UnavailableException extends RuntimeException
Exception thrown if the server is overloaded, e.g. full queues for TextChecker pool results in 503 error
Since:
5.6
  • Constructor Details

    • UnavailableException

      UnavailableException(String message)
    • UnavailableException

      UnavailableException(String message, Exception cause)