Package io.agrest.cayenne.spi
Class CayenneRuntimeExceptionMapper
java.lang.Object
io.agrest.cayenne.spi.CayenneRuntimeExceptionMapper
- All Implemented Interfaces:
AgExceptionMapper<org.apache.cayenne.CayenneRuntimeException>
public class CayenneRuntimeExceptionMapper
extends Object
implements AgExceptionMapper<org.apache.cayenne.CayenneRuntimeException>
A handler for stray CayenneRuntimeExceptions that would log the exception and package the response in familiar JSON
format.
- Since:
- 5.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CayenneRuntimeExceptionMapper
public CayenneRuntimeExceptionMapper()
-
-
Method Details
-
toAgException
- Specified by:
toAgExceptionin interfaceAgExceptionMapper<org.apache.cayenne.CayenneRuntimeException>
-