com.accendia.iris.server
Class InitSessionListenerException

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

public class InitSessionListenerException
extends java.lang.Exception

Is thrown by a session listener on application startup if the init() invocation for the listener throws an exception.

See Also:
Serialized Form

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

InitSessionListenerException

public InitSessionListenerException(java.lang.String message)
Creates a session listener exception


InitSessionListenerException

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

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

InitSessionListenerException

public InitSessionListenerException(java.lang.Throwable th)
Creates a linked session listener exception

Parameters:
th - Linked exception