|
Enterprise JavaBeans(TM) 3.1 API 1.0.2.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ApplicationException
Annotation for identifying an Exception class as an Application Exception, which does not cause a transaction rollback
Optional Element Summary | |
---|---|
boolean |
inherited
Indicates whether the application exception designation should apply to subclasses of the annotated exception class. |
boolean |
rollback
Indicates whether the container should cause the transaction to rollback when the exception is thrown. |
public abstract boolean inherited
public abstract boolean rollback
|
Enterprise JavaBeans(TM) 3.1 API 1.0.2.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |