com.sun.jersey.server.impl.ejb
Class EJBExceptionMapper

java.lang.Object
  extended by com.sun.jersey.server.impl.ejb.EJBExceptionMapper
All Implemented Interfaces:
ExceptionMapper<javax.ejb.EJBException>

public class EJBExceptionMapper
extends java.lang.Object
implements ExceptionMapper<javax.ejb.EJBException>

Author:
[email protected]

Constructor Summary
EJBExceptionMapper(Providers providers)
           
 
Method Summary
 Response toResponse(javax.ejb.EJBException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBExceptionMapper

public EJBExceptionMapper(@Context
                          Providers providers)
Method Detail

toResponse

public Response toResponse(javax.ejb.EJBException exception)
Specified by:
toResponse in interface ExceptionMapper<javax.ejb.EJBException>


Copyright © 2013 Oracle Corporation. All Rights Reserved.