Interface RpcTokenExceptionHandler


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

      • onRpcTokenException

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