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:
Paul.Sandoz@Sun.Com

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 © 2014 Oracle Corporation. All Rights Reserved.