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:
Serializable
Exception thrown when the application session is busy to veto the focus request.
- Author:
- Christopher Mindus
- See Also:
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionGets the property that caused the exception.Methods inherited from class com.iizix.prop.PropException
getProperty, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Constructor Details
AppBusyException
The property causing the veto.- Parameters:
source
- The component.
Method Details
getVetoedProperty
Gets the property that caused the exception.- Returns:
- The (non-null) focus component that was vetoed.