Class ServletConfigException

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated
    public class ServletConfigException
    extends javax.servlet.ServletException
    Deprecated.
    ServletConfigException.
    Version:
    $Id: ServletConfigException.java#2 $
    Author:
    Harald Kuhr
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ServletConfigException​(java.lang.String pMessage)
      Deprecated.
      Creates a ServletConfigException with the given message.
      ServletConfigException​(java.lang.String pMessage, java.lang.Throwable pCause)
      Deprecated.
      Creates a ServletConfigException with the given message and cause.
      ServletConfigException​(java.lang.Throwable pCause)
      Deprecated.
      Creates a ServletConfigException with the cause.
    • Method Summary

      • Methods inherited from class javax.servlet.ServletException

        getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ServletConfigException

        public ServletConfigException​(java.lang.String pMessage)
        Deprecated.
        Creates a ServletConfigException with the given message.
        Parameters:
        pMessage - the exception message
      • ServletConfigException

        public ServletConfigException​(java.lang.String pMessage,
                                      java.lang.Throwable pCause)
        Deprecated.
        Creates a ServletConfigException with the given message and cause.
        Parameters:
        pMessage - the exception message
        pCause - the exception cause
      • ServletConfigException

        public ServletConfigException​(java.lang.Throwable pCause)
        Deprecated.
        Creates a ServletConfigException with the cause.
        Parameters:
        pCause - the exception cause