Serializablepublic class ServletConfigException
extends javax.servlet.ServletException
| Constructor | Description |
|---|---|
ServletConfigException(String pMessage) |
Creates a
ServletConfigException with the given message. |
ServletConfigException(String pMessage,
Throwable pCause) |
Creates a
ServletConfigException with the given message and cause. |
ServletConfigException(Throwable pCause) |
Creates a
ServletConfigException with the cause. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServletConfigException(String pMessage)
ServletConfigException with the given message.pMessage - the exception messagepublic ServletConfigException(String pMessage, Throwable pCause)
ServletConfigException with the given message and cause.pMessage - the exception messagepCause - the exception causepublic ServletConfigException(Throwable pCause)
ServletConfigException with the cause.pCause - the exception causeCopyright © 2018. All rights reserved.