|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
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
com.ibm.wsspi.rrd.exception.RRDException
com.ibm.wsspi.rrd.exception.RRDServletException
public class RRDServletException
The RRDServletException class defines an exception that can occur during the usage of an RRD internal Servlet or ServletWrapper.
Constructor Summary | |
---|---|
RRDServletException()
Constructs a new RRDServletException |
|
RRDServletException(java.lang.String message)
Constructs a new RRDServletException with the specified message |
|
RRDServletException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new RRDServletException with the specified message and root cause. |
|
RRDServletException(java.lang.Throwable cause)
Constructs a new RRDServletException with the specified root 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 RRDServletException()
public RRDServletException(java.lang.String message)
message
- Message of exceptionpublic RRDServletException(java.lang.String message, java.lang.Throwable cause)
message
- Message of exceptioncause
- Exception that caused this exception to be raisedpublic RRDServletException(java.lang.Throwable cause)
cause
- Exception that caused this exception to be raised
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |