public class EJBAccessExceptionConverter extends Object implements ExceptionConverter
| Modifier and Type | Field and Description |
|---|---|
static String |
EJB_ACCESS |
| Constructor and Description |
|---|
EJBAccessExceptionConverter() |
public static final String EJB_ACCESS
public EJBAccessExceptionConverter()
public boolean accepts(Throwable t, Throwable finalException)
accepts in interface ExceptionConverterpublic ServiceException convert(Throwable t, String detail, Map<String,Object> extendedData)
convert in interface ExceptionConverter