org.semanticdesktop.aperture.datasource
Class DataSourceConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticdesktop.aperture.datasource.DataSourceConfigurationException
All Implemented Interfaces:
Serializable

public class DataSourceConfigurationException
extends Exception

Thrown when the DataSource is configured wrong. Consult the Throwable.getMessage() for reason.

Author:
antheque
See Also:
Serialized Form

Constructor Summary
DataSourceConfigurationException(String msg)
           
DataSourceConfigurationException(String arg0, Throwable arg1)
           
 
Method Summary
 
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
 

Constructor Detail

DataSourceConfigurationException

public DataSourceConfigurationException(String msg)

DataSourceConfigurationException

public DataSourceConfigurationException(String arg0,
                                        Throwable arg1)


Copyright © 2010 Aperture Development Team. All Rights Reserved.