Thrown when a token generated by the Cancel tag is found in the request, but the cancellable property for the Action Mapping is not set.
54555657585960616263
boolean invalidState = (cancelled && !cancellable); if (invalidState) { actionCtx.setCancelled(Boolean.FALSE); actionCtx.setFormValid(Boolean.FALSE); throw new InvalidCancelException(); } return cancelled; }