Class UnauthorizedActionException

    • Constructor Detail

      • UnauthorizedActionException

        public UnauthorizedActionException​(Component component,
                                           Action action)
        Construct.
        Parameters:
        component - The component that caused the unauthorized exception
        action - The action
    • Method Detail

      • getAction

        public Action getAction()
        Returns:
        The action that was forbidden
      • getComponent

        public Component getComponent()
        Returns:
        The component that caused the unauthorized exception