com.ibm.wsspi.sibx.mediation.esb
Class DataSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.wsspi.sibx.mediation.MediationException
com.ibm.wsspi.sibx.mediation.MediationConfigurationException
com.ibm.wsspi.sibx.mediation.esb.DataSourceException
- All Implemented Interfaces:
- com.ibm.ws.sibx.common.Loggable, java.io.Serializable
public class DataSourceException
- extends MediationConfigurationException
Thrown if there is an exception when obtaining a DataSource
The underlying exception will normally be nested within this exception.
- See Also:
- Serialized Form
Constructor Summary |
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. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
$sccsid
public static final java.lang.String $sccsid
- See Also:
- Constant Field Values
DataSourceException
public DataSourceException()
- Default constructor
DataSourceException
public DataSourceException(java.lang.String message)
- Constructor which takes a message as the only parameter.
- Parameters:
message
- the exception message
DataSourceException
public DataSourceException(java.lang.String message,
java.lang.Throwable cause)
- Constructor which takes a message, and a causal exception.
- Parameters:
message
- the exception messagecause
- the causal exception
DataSourceException
public DataSourceException(java.lang.Throwable cause)
- Constructor which takes a causal exception.
- Parameters:
cause
- the causal exception