Handling custom exception serialisation for plugins

The wire serialization of exceptions require exceptions to be registered. For instance if the transport node(transport inter-node communication) throws a custom exception, the caller node at transport needs to handle this and throw it appropriately to clients. However I couldn't find a way for plugins to be register the custom exception.

As a result the exceptions get wrapped in a NotSerializableExceptionWrapper.
Is there a way to handle this effectively or is the expectation/recommendation to unwrap the NotSerializableExceptionWrapper and rethrow the appropriate exception.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.