Class AppBusyException

All Implemented Interfaces:
Serializable

public class AppBusyException extends FocusVetoException
Exception thrown when the application session is busy to veto the focus request.
Author:
Christopher Mindus
See Also:
  • Constructor Details

    • AppBusyException

      public AppBusyException(IFocusComp source)
      The property causing the veto.
      Parameters:
      source - The component.
  • Method Details

    • getVetoedProperty

      public IFocusComp getVetoedProperty()
      Gets the property that caused the exception.
      Returns:
      The (non-null) focus component that was vetoed.