|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited public @interface SeamApplicationException
Seam Annotation for identifying an Exception class as an Application Exception, which does not cause a transaction rollback.
This will NOT control the behavior of EJB container managed transactions. To avoid confusion, it is recommended that this annotation is only used outside an EE environment when @{linkApplicationException
is not available.
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |