Class QuietServletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.eclipse.jetty.ee8.nested.QuietServletException
- All Implemented Interfaces:
 Serializable, QuietException
- Direct Known Subclasses:
 Authentication.Failed
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 javax.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
 
 -