Class NearExceptionResolver

  • All Implemented Interfaces:
    com.googlecode.jsonrpc4j.ExceptionResolver

    public class NearExceptionResolver
    extends java.lang.Object
    implements com.googlecode.jsonrpc4j.ExceptionResolver
    Custom exception handler for jsonrpc4j client
    Since:
    0.0.1
    Author:
    Alexandre Carvalho, Andre Bertolace
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable resolveException​(com.fasterxml.jackson.databind.node.ObjectNode response)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NearExceptionResolver

        public NearExceptionResolver()
    • Method Detail

      • resolveException

        public java.lang.Throwable resolveException​(com.fasterxml.jackson.databind.node.ObjectNode response)
        Specified by:
        resolveException in interface com.googlecode.jsonrpc4j.ExceptionResolver