|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.accendia.iris.server.InitSessionListenerException
public class InitSessionListenerException
Is thrown by a session listener on application startup if the init() invocation for the listener throws an exception.
| 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 |
|---|
public InitSessionListenerException(java.lang.String message)
public InitSessionListenerException(java.lang.String reason,
java.lang.Throwable th)
reason - The reason for the exceptionth - Linked exceptionpublic InitSessionListenerException(java.lang.Throwable th)
th - Linked exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||