API FinTP REST
 All Classes Namespaces Files Functions Variables
Package ro.allevo.fintpws.exceptions

Classes

class  ApplicationJsonException
 Class that holds the required response fields ( message, code ). More...
 
class  ApplicationJsonExceptionMapper
 Intercepts the com.sun.jersey.api.NotFoundException and returns the standard JSON response body. More...
 
class  EntityNotFoundExceptionMapper
 Intercepts the javax.persistence.EntityNotFoundException and returns the standard JSON response body. More...
 
class  NoResultExceptionMapper
 Intercepts the javax.persistence.NoResultException and returns the standard JSON response body. More...
 
class  NotFoundExceptionMapper
 Intercepts the com.sun.jersey.api.NotFoundException and returns the standard JSON response body. More...
 
class  RollbackExceptionMapper
 Intercepts the javax.persistence.RollbackException and returns the standard JSON response body. More...
 
class  WebApplicationExceptionMapper
 Intercepts the javax.ws.rs.WebApplicationException and returns the standard JSON response body. More...