Package com.e1c.langtool.external
Class ExceededQuotaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.e1c.langtool.external.TranslationServiceException
com.e1c.langtool.external.ExceededQuotaException
- All Implemented Interfaces:
Serializable
Thrown to indicate that some translation service quota has been exceeded.
Typically, it's throwing when limit on request characters per second or per day has been exceeded.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExceededQuotaException(String message) ExceededQuotaException(String message, Throwable cause) ExceededQuotaException(Throwable 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
-
ExceededQuotaException
- See Also:
-
ExceededQuotaException
- See Also:
-
ExceededQuotaException
- See Also:
-