Class AIUsageDisabledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.vaadin.copilot.userinfo.AIUsageDisabledException
All Implemented Interfaces:
Serializable

public class AIUsageDisabledException extends RuntimeException
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 Details

    • AIUsageDisabledException

      public AIUsageDisabledException()
      Creates a new exception with the default message.