public class ServletExceptionWithCause
extends javax.servlet.ServletException
ServletException with support for
the exception chaining mechanism in Throwable.https://issues.apache.org/jira/browse/JCR-1598,
Serialized Form| 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, toStringCopyright © 2018. All Rights Reserved.