Usually Ignite methods throw exceptions with some general description and a cause exception wrapped into them.
I can't remember, if there is any place, where a non-Ignite exception is thrown from Ignite method. Let us know, if you find one. Denis чт, 27 дек. 2018 г. в 09:59, userx <[email protected]>: > Hi > > Let say we have a java program which starts Ignite in a client mode. Let us > say there is a RuntimeException which happens in the Ignite code (on the > client side only), would it be wrapped as an IgniteException and passed to > the Java client or would it be thrown as a RuntimeException to the java > program under any circumstances ? > > I have seen most of the methods declaring throws IgniteException but just > thinking about any scenario where in a RuntimeException occurs and get > passed to the client. > > Regards > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
