public class SessionNotFoundException extends Exception
| Constructor and Description |
|---|
SessionNotFoundException() |
SessionNotFoundException(String msg) |
SessionNotFoundException(String msg,
Throwable nestedThrowable) |
SessionNotFoundException(Throwable nestedThrowable) |
| Modifier and Type | Method and Description |
|---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream ps) |
void |
printStackTrace(PrintWriter pw) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic SessionNotFoundException()
public SessionNotFoundException(String msg)
public SessionNotFoundException(Throwable nestedThrowable)
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter pw)
printStackTrace in class ThrowableCopyright © 2003-2008 Jive Software.