@Target(value=TYPE)
 @Retention(value=RUNTIME)
public @interface ApplicationException
| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | inheritedIndicates whether the application exception designation should apply to subclasses of the annotated exception class. | 
| boolean | rollbackIndicates whether the container should cause the transaction to rollback when the exception is thrown. |