public class DataSourceException extends MediationConfigurationException
DataSource
The underlying exception will normally be nested within this exception.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$sccsid |
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
DataSourceException()
Default constructor
|
DataSourceException(java.lang.String message)
Constructor which takes a message as the only parameter.
|
DataSourceException(java.lang.String message,
java.lang.Throwable cause)
Constructor which takes a message, and a causal exception.
|
DataSourceException(java.lang.Throwable cause)
Constructor which takes a causal exception.
|
getExceptionMetadata, getLoggingMetadata, printStackTrace, printStackTrace, setExceptionMetadata, setLoggingMetadata
public static final java.lang.String COPYRIGHT
public static final java.lang.String $sccsid
public DataSourceException()
public DataSourceException(java.lang.String message)
message
- the exception messagepublic DataSourceException(java.lang.String message, java.lang.Throwable cause)
message
- the exception messagecause
- the causal exceptionpublic DataSourceException(java.lang.Throwable cause)
cause
- the causal exception