Re: Cache unhandled exception

2016-07-12 Thread Denis Magda
I would add new event like UnhandledExceptioEvent. Presently it will be used for your scenario however in the future it can be reused for other cases. Other thoughts? — Denis > On Jul 11, 2016, at 7:26 PM, AndreyVel wrote: > > I have question about

Cache unhandled exception

2016-07-11 Thread AndreyVel
I have question about https://issues.apache.org/jira/browse/IGNITE-2079 Sametime need send notification for client listener about unhandled exception, what do you think if to add new class CacheExceptionEvent ? Maybe there is more convenient event type/name ? Server code