Subject Re: [Firebird-Java] UndeclardThrowableException
Author Roman Rokytskyy
Hi,

> I'm using Jaybird 1.5.3 an FB 1.5.1 and I am getting a
> java.lang.reflect.UndeclaredThrowableException on a getInt()
> function (see below for full stack trace). Has anyone seen this
> before, is it something simple that i'm missing?

You get UndeclaredThrowableException because an
ArrayIndexOutOfBoundsException happened. This could happen when you have
tried to access the result set of a statement that was already executed with
another SELECT code (just a guess, there might be other issues there).
However, you should have get "The resultSet is closed" exception. Do you
have a test case for it?

Roman