Class N2oRestLoggingHandler
- java.lang.Object
-
- net.n2oapp.framework.engine.data.rest.N2oRestLoggingHandler
-
- All Implemented Interfaces:
RestLoggingHandler
public class N2oRestLoggingHandler extends Object implements RestLoggingHandler
-
-
Constructor Summary
Constructors Constructor Description N2oRestLoggingHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleError(Exception e, org.springframework.http.HttpMethod method, String query, org.springframework.http.HttpHeaders headers)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.rest.RestLoggingHandler
handle
-
-
-
-
Method Detail
-
handleError
public void handleError(Exception e, org.springframework.http.HttpMethod method, String query, org.springframework.http.HttpHeaders headers)
- Specified by:
handleErrorin interfaceRestLoggingHandler
-
-