| javax.ejb.ApplicationException
ApplicationException | public @interface ApplicationException(Code) | | Applied to an exception to denote that it is an application exception
and should be reported to the client directly(i.e., unwrapped).
|
Field Summary | |
boolean | rollback Indicates whether the container should cause the transaction to
rollback when the exception is thrown. |
rollback | boolean rollback(Code) | | Indicates whether the container should cause the transaction to
rollback when the exception is thrown.
|
|
|