Uses of Class
org.jboss.as.ejb3.tx.ApplicationExceptionDetails
-
Packages that use ApplicationExceptionDetails Package Description org.jboss.as.ejb3.component org.jboss.as.ejb3.deployment -
-
Uses of ApplicationExceptionDetails in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return ApplicationExceptionDetails Modifier and Type Method Description ApplicationExceptionDetailsEJBComponent. getApplicationException(Class<?> exceptionClass, Method invokedMethod) -
Uses of ApplicationExceptionDetails in org.jboss.as.ejb3.deployment
Methods in org.jboss.as.ejb3.deployment that return ApplicationExceptionDetails Modifier and Type Method Description ApplicationExceptionDetailsApplicationExceptions. getApplicationException(Class<?> exceptionClass)Methods in org.jboss.as.ejb3.deployment that return types with arguments of type ApplicationExceptionDetails Modifier and Type Method Description Map<String,ApplicationExceptionDetails>ApplicationExceptionDescriptions. getApplicationExceptions()Map<Class<?>,ApplicationExceptionDetails>ApplicationExceptions. getApplicationExceptions()Methods in org.jboss.as.ejb3.deployment with parameters of type ApplicationExceptionDetails Modifier and Type Method Description voidApplicationExceptions. addApplicationException(Class<?> exceptionClass, ApplicationExceptionDetails applicationException)
-