Interface Client.ExceptionHandler

  • Enclosing class:
    Client

    public static interface Client.ExceptionHandler
    Interface for handler of exceptions thrown while invoking ResultHandler. By default, all such exceptions are ignored. All exceptions thrown from ExceptionHandler are ignored.
    • Method Detail

      • onException

        void onException​(Throwable e)
        Callback called on exceptions thrown while invoking ResultHandler.
        Parameters:
        e - Exception thrown by ResultHandler.