|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
com.taggercat.tags.NoSessionException
public class NoSessionException
The exception thrown from Tagger Cat Tags that require a valid session object, and that session object is not available.
It is important that this Object is used since the exception handling mechanism of JSP is based on exception types.

| Constructor Summary | |
|---|---|
NoSessionException()
Creates a new NoSessionException with the default exception message. |
|
NoSessionException(java.lang.Exception rootcause)
Creates a new NoSessionException with the default exception message. |
|
NoSessionException(java.lang.String msg)
Creates a new NoSessionException. |
|
NoSessionException(java.lang.String msg,
java.lang.Exception rootcause)
Creates a new NoSessionException. |
|
| Method Summary |
|---|
| Methods inherited from class javax.servlet.jsp.JspException |
|---|
getRootCause |
| 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 |
|---|
public NoSessionException(java.lang.String msg)
msg - the exception message
public NoSessionException(java.lang.String msg,
java.lang.Exception rootcause)
msg - the exception messagerootcause - the rootCausepublic NoSessionException()
public NoSessionException(java.lang.Exception rootcause)
rootcause - the rootcause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||