Interface RpcTokenExceptionHandler


public interface RpcTokenExceptionHandler
Handles an exception produced while processing RpcToken.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Process RPC token exception.
  • Method Details

    • onRpcTokenException

      void onRpcTokenException(RpcTokenException exception)
      Process RPC token exception.
      Parameters:
      exception - exception that occurred during RPC token processing.