The callback API Callback reports a JVMBridgeException probably the most useful one is Throwable that is a direct extension of JVMBridgeException and it is the most Java aware; the API use the generic Exception:
void onCompletion(RecordMetadata metadata, Exception exception);
Maybe an update can be applied to JNetReflector about this.
Originally posted by @masesdevelopers in masesgroup/KEFCore#459 (comment)