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:
Serializable,org.eclipse.jetty.io.QuietException
- Direct Known Subclasses:
Authentication.Failed
public class QuietServletException extends 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuietServletException()QuietServletException(String message)QuietServletException(String message, Throwable rootCause)QuietServletException(Throwable rootCause)
-
Method Summary
-
Methods inherited from class javax.servlet.ServletException
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-