org.objectweb.medor.api
Class DataSourceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.medor.api.MedorException
                    |
                    +--org.objectweb.medor.api.DataSourceException
All Implemented Interfaces:
java.io.Serializable

public class DataSourceException
extends MedorException

Specialisation of MedorException for problems related to data source.

See Also:
MedorException, DataStore, Serialized Form

Constructor Summary
DataSourceException(java.lang.Exception e)
           
DataSourceException(java.lang.String s)
           
DataSourceException(java.lang.String m, java.lang.Exception e)
           
 
Methods inherited from class org.objectweb.medor.api.MedorException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceException

public DataSourceException(java.lang.String s)

DataSourceException

public DataSourceException(java.lang.Exception e)

DataSourceException

public DataSourceException(java.lang.String m,
                           java.lang.Exception e)