Package su.onno.ui

Class ActionRejectedException

All Implemented Interfaces:
Serializable

public final class ActionRejectedException extends RuntimeException
An expected business-rule rejection from an action handler.

The UI starter maps this exception to HTTP 422 with structured ActionFeedback. Unlike an unexpected exception, it is safe and purposeful feedback for the user and, when submitted from an action form, keeps that form open by default.

See Also: