Package org.eclipse.jetty.server
Class QuietServletException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.servlet.ServletException
-
- org.eclipse.jetty.server.QuietServletException
-
- All Implemented Interfaces:
java.io.Serializable
,QuietException
- Direct Known Subclasses:
Authentication.Failed
@Deprecated(since="2021-05-27") public class QuietServletException extends ServletException implements QuietException
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.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 Summary
Constructors Constructor Description QuietServletException()
Deprecated.QuietServletException(java.lang.String message)
Deprecated.QuietServletException(java.lang.String message, java.lang.Throwable rootCause)
Deprecated.QuietServletException(java.lang.Throwable rootCause)
Deprecated.
-
Method Summary
-
Methods inherited from class javax.servlet.ServletException
getRootCause
-
-
-
-
Constructor Detail
-
QuietServletException
public QuietServletException()
Deprecated.
-
QuietServletException
public QuietServletException(java.lang.String message, java.lang.Throwable rootCause)
Deprecated.
-
QuietServletException
public QuietServletException(java.lang.String message)
Deprecated.
-
QuietServletException
public QuietServletException(java.lang.Throwable rootCause)
Deprecated.
-
-