Hi, I'm implementing a Java client and server with Thrift 0.8.0. I'm observing that when a Thrift method has a non-void return value, the exceptions that are declared to be thrown in the thrift definition are never actually seen on the client. If I use a void return method, then the exceptions get sent to the client. Is this how it's supposed to be, or am I missing something?
Thanks, Akshat
