Class QuietServletException

  • All Implemented Interfaces:
    Serializable, org.eclipse.jetty.io.QuietException
    Direct Known Subclasses:
    Authentication.Failed

    public class QuietServletException
    extends ServletException
    implements org.eclipse.jetty.io.QuietException
    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:
    Serialized Form
    • Constructor Detail

      • QuietServletException

        public QuietServletException()
      • QuietServletException

        public QuietServletException​(String message,
                                     Throwable rootCause)
      • QuietServletException

        public QuietServletException​(String message)
      • QuietServletException

        public QuietServletException​(Throwable rootCause)