Changeset 279

Show
Ignore:
Timestamp:
02/05/08 16:43:43 (1 year ago)
Author:
chris
Message:

Improve exception messages.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lex/trunk/src/com/qwirx/db/DatabaseException.java

    r233 r279  
    2323    { 
    2424        super(message, original); 
    25         LOG.error(message, original); 
    2625 
    2726        if (original != null) 
     
    3130 
    3231        this.query = query; 
     32 
     33        LOG.error(toString(), original); 
    3334    } 
    3435