public class QuietServletException extends ServletException implements QuietException
Used for container generated exceptions that need only a message rather than a stack trace.
Constructor and Description |
---|
QuietServletException() |
QuietServletException(java.lang.String message) |
QuietServletException(java.lang.String message,
java.lang.Throwable rootCause) |
QuietServletException(java.lang.Throwable rootCause) |
getRootCause
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 © 2010 - 2019 Adobe. All Rights Reserved