Package com.iizix.server.gyro
Class AppBusyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.iizix.prop.PropException
-
- com.iizix.gyro.FocusException
-
- com.iizix.gyro.FocusVetoException
-
- com.iizix.server.gyro.AppBusyException
-
- All Implemented Interfaces:
java.io.Serializable
public class AppBusyException extends FocusVetoException
Exception thrown when the application session is busy to veto the focus request.- Author:
- Christopher Mindus
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppBusyException(IFocusComp source)
The property causing the veto.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFocusComp
getVetoedProperty()
Gets the property that caused the exception.-
Methods inherited from class com.iizix.prop.PropException
getProperty, toString
-
-
-
-
Constructor Detail
-
AppBusyException
public AppBusyException(IFocusComp source)
The property causing the veto.- Parameters:
source
- The component.
-
-
Method Detail
-
getVetoedProperty
public IFocusComp getVetoedProperty()
Gets the property that caused the exception.- Returns:
- The (non-null) focus component that was vetoed.
-
-