org.eclipse.jetty.io.QuietExceptionAuthentication.Failedpublic class QuietServletException extends ServletException implements org.eclipse.jetty.io.QuietException
Used for container generated exceptions that need only a message rather than a stack trace.
| Constructor | Description |
|---|---|
QuietServletException() |
|
QuietServletException(java.lang.String message) |
|
QuietServletException(java.lang.String message,
java.lang.Throwable rootCause) |
|
QuietServletException(java.lang.Throwable rootCause) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetRootCausepublic QuietServletException()
public QuietServletException(java.lang.String message,
java.lang.Throwable rootCause)
public QuietServletException(java.lang.String message)
public QuietServletException(java.lang.Throwable rootCause)
Copyright © 1995–2018 Webtide. All rights reserved.