Difference between ClientSideRedirectException and InterruptDispatchException
"Ming Peng" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <006d01c33eba$0e1f7e50$712ca8c0@wks02> |
Hi I have a question about the ClientSideRedirectException and InterruptDispatchException. I create a "ValidatedLoginEvent" and made it parent of all the other events.If an event such as "LoginEvent" is fired,the parent event will be fired first.When I handles the parent event ,I would throw an Exception for some login errors.Which exception should I use?