public class ServletConfigException
extends javax.servlet.ServletException
Constructor and 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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2017. All rights reserved.