public class ServletExceptionWithCause
extends javax.servlet.ServletException
ServletException
with support for
the exception chaining mechanism in Throwable
.Constructor and Description |
---|
ServletExceptionWithCause(String message,
Throwable cause)
Creates a servlet exception with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.