Package org.eclipse.jetty.ee10.servlet
Class QuietServletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
jakarta.servlet.ServletException
org.eclipse.jetty.ee10.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 org.eclipse.jetty.io.QuietException
QuietException.Exception, QuietException.RuntimeException
-
Constructor Summary
ConstructorDescriptionQuietServletException
(String message) QuietServletException
(String message, Throwable rootCause) QuietServletException
(Throwable rootCause) -
Method Summary
Methods inherited from class jakarta.servlet.ServletException
getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QuietServletException
public QuietServletException() -
QuietServletException
-
QuietServletException
-
QuietServletException
-