Package com.vaadin.copilot.userinfo
Class AIUsageDisabledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.copilot.userinfo.AIUsageDisabledException
- All Implemented Interfaces:
Serializable
Thrown when the user tries to use some AI functionality but AI usage is
disabled (either through the subscription or by the user).
Mostly should never be thrown as the UI should prevent the user from triggering AI functionality in these cases.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception with the default 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
-
AIUsageDisabledException
public AIUsageDisabledException()Creates a new exception with the default message.
-