|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
org.apache.jackrabbit.j2ee.ServletExceptionWithCause
public class ServletExceptionWithCause
Utility class that links ServletException with support for
the exception chaining mechanism in Throwable.
https://issues.apache.org/jira/browse/JCR-1598,
Serialized Form| Constructor Summary | |
|---|---|
ServletExceptionWithCause(java.lang.String message,
java.lang.Throwable cause)
Creates a servlet exception with the given message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class javax.servlet.ServletException |
|---|
getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServletExceptionWithCause(java.lang.String message,
java.lang.Throwable cause)
message - exception messagecause - cause of the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||