* minor - more detail error message.
This commit is contained in:
parent
b37c0f827d
commit
64ce410b20
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue