com.ibm.wsspi.sibx.mediation.esb

Class DataSourceException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.wsspi.sibx.mediation.MediationException
  5. extended bycom.ibm.wsspi.sibx.mediation.MediationConfigurationException
  6. extended bycom.ibm.wsspi.sibx.mediation.esb.DataSourceException
All implemented interfaces:
com.ibm.ws.sibx.common.Loggable, java.io.Serializable

  1. public class DataSourceException
  2. 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

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
$sccsid
  1. static
  2. java.lang.String
COPYRIGHT

Constructor Summary

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.

Method Summary

Methods inherited from class com.ibm.wsspi.sibx.mediation.MediationException
getExceptionMetadata, getLoggingMetadata, printStackTrace, printStackTrace, setExceptionMetadata, setLoggingMetadata
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

Field Detail

  1. public static final java.lang.String COPYRIGHT
See Also:

$sccsid

  1. public static final java.lang.String $sccsid
See Also:

Constructor Detail

DataSourceException

  1. public DataSourceException()
Default constructor

DataSourceException

  1. public DataSourceException(java.lang.String message)
Constructor which takes a message as the only parameter.
Parameters:
message - the exception message

DataSourceException

  1. public DataSourceException(java.lang.String message,
  2. java.lang.Throwable cause)
Constructor which takes a message, and a causal exception.
Parameters:
message - the exception message
cause - the causal exception

DataSourceException

  1. public DataSourceException(java.lang.Throwable cause)
Constructor which takes a causal exception.
Parameters:
cause - the causal exception