@Provider public class PersistenceExceptionMapper extends java.lang.Object implements javax.ws.rs.ext.ExceptionMapper<PersistenceException>
Constructor and Description |
---|
PersistenceExceptionMapper() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
toResponse(PersistenceException exception) |
public javax.ws.rs.core.Response toResponse(PersistenceException exception)
toResponse
in interface javax.ws.rs.ext.ExceptionMapper<PersistenceException>