Constructs a SQLException object with a given
reason. The SQLState is initialized to
null and the vendor code is initialized to 0.
The cause is not initialized, and may subsequently be
initialized by a call to the
Throwable.initCause(java.lang.Throwable) method.
reason | a description of the exception |
Diagram: Exceptions