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 Summary

    Modifier and Type
    Method
    Description
    void
    Callback called on exceptions thrown while invoking ResultHandler.
  • Method Details

    • onException

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