Package org.jboss.as.ejb3.tx
Class ApplicationExceptionDetails
java.lang.Object
org.jboss.as.ejb3.tx.ApplicationExceptionDetails
Class that stores details about application exceptions
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationExceptionDetails(String exceptionClass, boolean inherited, boolean rollback) -
Method Summary
Modifier and TypeMethodDescriptionbooleanboolean
-
Constructor Details
-
ApplicationExceptionDetails
-
-
Method Details
-
getExceptionClass
-
isInherited
public boolean isInherited() -
isRollback
public boolean isRollback()
-