Revision 47659

View differences:

trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/SupportTransactionsHelper.java
34 34
        if (t == transaction) {
35 35
            return;
36 36
        }
37
        throw new IllegalArgumentException("Can't add the object to more than one transaction in the same thread");
37
        throw new IllegalArgumentException("Can't add the object ("+(this.getClass().getName())+") to more than one transaction in the same thread ("+t.getCode()+", "+transaction.getCode()+")");
38 38
    }
39 39

  
40 40
    @Override

Also available in: Unified diff