com.accendia.iris.server
Class ApplicationInitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.accendia.iris.server.ApplicationInitializationException
All Implemented Interfaces:
java.io.Serializable

public class ApplicationInitializationException
extends java.lang.Exception

This exception must be thrown in the invocation of the start() method of application listeners if initialization failed.

See Also:
Serialized Form

Constructor Summary
ApplicationInitializationException(java.lang.String message)
          Creates an application listener exception
ApplicationInitializationException(java.lang.String reason, java.lang.Throwable th)
          Creates a linked application listener exception with a reason.
ApplicationInitializationException(java.lang.Throwable th)
          Creates a linked application listener exception
 
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

ApplicationInitializationException

public ApplicationInitializationException(java.lang.String message)
Creates an application listener exception


ApplicationInitializationException

public ApplicationInitializationException(java.lang.String reason,
                                          java.lang.Throwable th)
Creates a linked application listener exception with a reason.

Parameters:
reason - The reason for the exception
th - Linked exception

ApplicationInitializationException

public ApplicationInitializationException(java.lang.Throwable th)
Creates a linked application listener exception

Parameters:
th - Linked exception