Class QuietServletException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.eclipse.jetty.server.QuietServletException
All Implemented Interfaces:
Serializable, QuietException
Direct Known Subclasses:
Authentication.Failed

public class QuietServletException extends javax.servlet.ServletException implements 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: