org.granite.tide.ejb
Class EJBAccessExceptionConverter
java.lang.Object
org.granite.tide.ejb.EJBAccessExceptionConverter
- All Implemented Interfaces:
- ExceptionConverter
public class EJBAccessExceptionConverter
- extends Object
- implements ExceptionConverter
- Author:
- William DRAI
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJB_ACCESS
public static final String EJB_ACCESS
- See Also:
- Constant Field Values
EJBAccessExceptionConverter
public EJBAccessExceptionConverter()
accepts
public boolean accepts(Throwable t,
Throwable finalException)
- Specified by:
accepts in interface ExceptionConverter
convert
public ServiceException convert(Throwable t,
String detail,
Map<String,Object> extendedData)
- Specified by:
convert in interface ExceptionConverter