@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ApplicationException
Modifier and Type | Optional Element and Description |
---|---|
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.
|