Parent Exception for operations on a {@link DataSource}
@author Michael Grove @since 0.1 @version 0.7 @see DataSourceReasonType
, and a message that can be used to output an appropriate message to the user. Example: new DataSourceException(ReasonType.InvalidQuery, "The query cannot be empty")
@author Hillel M.
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.
@source $URL$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|