This class was used back in Java 1.3 before the initCause() method
was available for IOException. Since this class is used to pass on
problems from external services, providing the root cause is
important.
Constructs a new instance of DataSourceException
Parameters: msg - A message explaining the exception Parameters: cause - the throwable object which caused this exception