* minor - more detail error message.

This commit is contained in:
Heng Sin Low 2008-02-13 17:06:27 +00:00
parent b37c0f827d
commit 64ce410b20
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ public final class DB
if (conn == null)
{
throw new IllegalStateException("DB.getConnectionRO - @NoDBConnection@");
throw new IllegalStateException("DB.getConnectionRO - @NoDBConnection@. " + s_cc.getDatabaseException());
}
return conn;