Class QuietServletException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.servlet.ServletException
org.eclipse.jetty.ee10.servlet.QuietServletException
All Implemented Interfaces:
Serializable, org.eclipse.jetty.io.QuietException

public class QuietServletException extends jakarta.servlet.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: