magoffin.matt.ma2
Class ApplicationNotConfiguredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by magoffin.matt.ma2.ApplicationNotConfiguredException
All Implemented Interfaces:
java.io.Serializable

public class ApplicationNotConfiguredException
extends java.lang.RuntimeException

Exception thrown when the application has not been configured yet.

This exception causes the setup process to start when accessing the application for the first time.

Version:
$Revision: 43 $ $Date: 2007-10-21 11:10:01 +1300 (Sun, 21 Oct 2007) $
Author:
matt.magoffin
See Also:
Serialized Form

Constructor Summary
ApplicationNotConfiguredException()
          Constructor.
 
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

ApplicationNotConfiguredException

public ApplicationNotConfiguredException()
Constructor.