SMILA 1.0 API documentation

org.eclipse.smila.connectivity.framework.httphandler
Class ImportNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.connectivity.framework.httphandler.ImportNotFoundException
All Implemented Interfaces:
java.io.Serializable, NotFoundHTTPResult

public class ImportNotFoundException
extends java.lang.Exception
implements NotFoundHTTPResult

Exception helper class thrown if no import run data can be found for a data source.

Author:
aweber
See Also:
Serialized Form

Constructor Summary
ImportNotFoundException(java.lang.String arg0)
           
ImportNotFoundException(java.lang.String arg0, java.lang.Throwable arg1)
           
ImportNotFoundException(java.lang.Throwable arg0)
           
 
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

ImportNotFoundException

public ImportNotFoundException(java.lang.String arg0,
                               java.lang.Throwable arg1)

ImportNotFoundException

public ImportNotFoundException(java.lang.String arg0)

ImportNotFoundException

public ImportNotFoundException(java.lang.Throwable arg0)

SMILA 1.0 API documentation