| javax.ejb.ApplicationException
ApplicationException | public @interface ApplicationException(Code) | | An exception annotated with this annotation will be an application exception and then thrown to the user.
And by default, no rollback is done before throwing the exception.
See Also: EJB 3.0 specification author: Florent Benoit since: EJB 3.0 version. |
rollback | boolean rollback(Code) | | Rollback the transaction before the throws ?
|
|
|