Class QuietServletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.servlet.ServletException
org.eclipse.jetty.ee11.servlet.QuietServletException
- All Implemented Interfaces:
 Serializable, QuietException
public class QuietServletException
extends jakarta.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:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface QuietException
QuietException.Exception, QuietException.RuntimeException - 
Constructor Summary
ConstructorsConstructorDescriptionQuietServletException(String message) QuietServletException(String message, Throwable rootCause) QuietServletException(Throwable rootCause)  - 
Method Summary
Methods inherited from class jakarta.servlet.ServletException
getRootCauseMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
QuietServletException
public QuietServletException() - 
QuietServletException
 - 
QuietServletException
 - 
QuietServletException
 
 -