Now, XMLDBException has everything: private Throwable cause; public int errorCode; public int vendorErrorCode;
And by extending DBException from XMLDBException, exception handling can be simplified (less catch/rethrows).
What's your opinion?
Vadim
Now, XMLDBException has everything: private Throwable cause; public int errorCode; public int vendorErrorCode;
What's your opinion?
Vadim