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 Details

    • CayenneRuntimeExceptionMapper

      public CayenneRuntimeExceptionMapper()
  • Method Details