net.sourceforge.fluxion.api
Class DataSourceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.sourceforge.fluxion.api.DataSourceException
- All Implemented Interfaces:
- java.io.Serializable
public class DataSourceException
- extends java.lang.Exception
Thrown by the data source and fluxion service interfaces when an error occurs
during access to the data source.
- Author:
- Tom Oinn
- 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DataSourceException
public DataSourceException(java.lang.String message)
DataSourceException
public DataSourceException(java.lang.String message,
java.lang.Throwable cause)
DataSourceException
public DataSourceException(java.lang.Throwable cause)
DataSourceException
public DataSourceException(java.net.URI dataSource)
DataSourceException
public DataSourceException(java.net.URI dataSource,
java.lang.String msg)
DataSourceException
public DataSourceException(java.net.URI dataSource,
java.lang.Throwable reason)
DataSourceException
public DataSourceException(java.net.URI dataSource,
java.lang.String msg,
java.lang.Throwable reason)
getDataSource
public java.net.URI getDataSource()
Copyright © 2010. All Rights Reserved.