public class ServletException extends Exception
| Constructor and Description |
|---|
ServletException() |
ServletException(String message) |
ServletException(String message,
Throwable rootCause) |
ServletException(Throwable rootCause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getRootCause() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2014. All rights reserved.