net.sf.jdmf.data.sources
Class DataSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.jdmf.data.sources.DataSourceException
- All Implemented Interfaces:
- java.io.Serializable
public class DataSourceException
- extends java.lang.RuntimeException
Thrown when a data source could not retrieve the required data.
- Author:
- quorthon
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataSourceException
public DataSourceException()
DataSourceException
public DataSourceException(java.lang.String message)
DataSourceException
public DataSourceException(java.lang.Throwable cause)
DataSourceException
public DataSourceException(java.lang.String message,
java.lang.Throwable cause)