SQLException (Java Platform SE 8 )
Each SQLException provides several kinds of information: a string describing the error. This is used as the Java Exception message, available via the ...
Class java.sql.SQLException
This is used as the Java Exception message, and is available via the getMesage() method A "SQLstate" string which follows the XOPEN SQLstate ...
SQLException (Java Platform SE 7 )
Each SQLException provides several kinds of information: a string describing the error. This is used as the Java Exception message, available via the ...