SQLException.getSQLMessage(e)

Given a java exception, the method returns its error message. The message includes the "message" itself plus the message of the "nextException".

Arguments:

Name Type Description Mode
e Java.Sql.SQLException Java SQL exception in