QuietExceptionAuthentication.Failedpublic class QuietServletException extends javax.servlet.ServletException implements 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) |
public 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.