Interface ExceptionHandler

    • Method Detail

      • handleException

        void handleException​(int errorCode,
                             int cid,
                             String errorMessage,
                             ByteBuffer originalHeaderBuffer)
        Exception response notification.
        Parameters:
        errorCode - exception code.
        cid - channel ID, can me 0.
        errorMessage - received detailed message.
        originalHeaderBuffer - original request header buffer causing this exception.