Specify in an exception class that is considered as an application exception.
The following table lists the @ApplicationException properties:
Attribute name | Functionality |
---|---|
rollback | Specify whether the container performs the roll back of transaction when an exception occurs. |
inherited | To decide whether this attribute is considered as an application exception, specify whether the definition set in the class is also applied in the subclass. |
Details of each attribute are as follows.