Package com.e1c.langtool.external
Class InvalidAccessKeyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.e1c.langtool.external.TranslationServiceException
com.e1c.langtool.external.InvalidAccessKeyException
- All Implemented Interfaces:
Serializable
Thrown to indicate that an access key for translation service is invalid.
It may also be thrown when an access key is blocked by service or when a key has expired.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidAccessKeyException(String message) InvalidAccessKeyException(String message, 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
-
InvalidAccessKeyException
- See Also:
-
InvalidAccessKeyException
- See Also:
-
InvalidAccessKeyException
- See Also:
-