@Target(TYPE) @Retention(RUNTIME) public @interface ApplicationException
Modifier and Type | Optional Element | 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.
|
Copyright © 2018, 2022 Eclipse Foundation.
Use is subject to license terms.