|
UnmarshalOutOfBoundsException
Greetings,
I've trouble with exception raising and catching. I'm sure, that both the server and the client use the same definitions of the raised exceptions. But still, on the client side I see UnmarshalOutOfBoundsException exception instead of an exception declared by me.
I use Ice 3.0.0, have exception.ice with the declaration of the exception and test.ice with method that raise the exception. As I know, exception is raised properly on the server side, but the client side, cannot find class to reraise the exception. Perhaps, I've not properly initialized the client side. Any hint would be appreciated.
regards,
Xlinthisias
|