ibspan.ecap.merchant.shopdecisions.forecasting
Class DataLoadException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ibspan.ecap.merchant.shopdecisions.forecasting.DataLoadException
All Implemented Interfaces:
java.io.Serializable

public class DataLoadException
extends java.lang.Exception

An exception thrown by the forecasting subsystem when the data nessecary for preparing the forecast could not be loaded.

Author:
Micha³ Drozdowicz
See Also:
Serialized Form

Constructor Summary
DataLoadException()
           
DataLoadException(java.lang.String arg0)
           
DataLoadException(java.lang.String arg0, java.lang.Throwable arg1)
           
DataLoadException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataLoadException

public DataLoadException()

DataLoadException

public DataLoadException(java.lang.String arg0)

DataLoadException

public DataLoadException(java.lang.Throwable arg0)

DataLoadException

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