Class QuietServletException

All Implemented Interfaces:
Serializable, QuietException
Direct Known Subclasses:
Authentication.Failed

@Deprecated(since="2021-05-27") public class QuietServletException extends ServletException implements QuietException
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
A ServletException that is logged less verbosely than a normal ServletException.

Used for container generated exceptions that need only a message rather than a stack trace.

See Also:
  • Constructor Details

    • QuietServletException

      public QuietServletException()
      Deprecated.
    • QuietServletException

      public QuietServletException(String message, Throwable rootCause)
      Deprecated.
    • QuietServletException

      public QuietServletException(String message)
      Deprecated.
    • QuietServletException

      public QuietServletException(Throwable rootCause)
      Deprecated.