Class N2oRestLoggingHandler
java.lang.Object
net.n2oapp.framework.engine.data.rest.N2oRestLoggingHandler
- All Implemented Interfaces:
RestLoggingHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleError(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, waitMethods inherited from interface net.n2oapp.framework.api.rest.RestLoggingHandler
handle
-
Constructor Details
-
N2oRestLoggingHandler
public N2oRestLoggingHandler()
-
-
Method Details
-
handleError
public void handleError(Exception e, org.springframework.http.HttpMethod method, String query, org.springframework.http.HttpHeaders headers) - Specified by:
handleErrorin interfaceRestLoggingHandler
-