|
||||||||||
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.ServletException
com.caucho.server.dispatch.ServletConfigException
public class ServletConfigException
Represents the final servlet in a filter chain.
Constructor Summary | |
---|---|
ServletConfigException()
Creates a servlet config exception. |
|
ServletConfigException(java.lang.String msg)
Creates a servlet config exception. |
|
ServletConfigException(java.lang.String msg,
java.lang.Throwable e)
Creates a servlet config exception. |
|
ServletConfigException(java.lang.Throwable e)
Creates a servlet config exception. |
Method Summary | |
---|---|
void |
print(java.io.PrintWriter out)
|
Methods inherited from class javax.servlet.ServletException |
---|
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServletConfigException()
public ServletConfigException(java.lang.String msg)
public ServletConfigException(java.lang.String msg, java.lang.Throwable e)
public ServletConfigException(java.lang.Throwable e)
Method Detail |
---|
public void print(java.io.PrintWriter out)
print
in interface DisplayableException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |