com.ibm.wsspi.rrd.exception

Class RRDServletException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended byjavax.servlet.ServletException
  5. extended bycom.ibm.wsspi.rrd.exception.RRDException
  6. extended bycom.ibm.wsspi.rrd.exception.RRDServletException
All implemented interfaces:
java.io.Serializable

  1. public class RRDServletException
  2. extends RRDException
The RRDServletException class defines an exception that can occur during the usage of an RRD internal Servlet or ServletWrapper.
Since:
WAS6.1
See Also:
Serialized Form

Constructor Summary

Constructor and Description
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

RRDServletException

  1. public RRDServletException()
Constructs a new RRDServletException

RRDServletException

  1. public RRDServletException(java.lang.String message)
Constructs a new RRDServletException with the specified message
Parameters:
message - Message of exception

RRDServletException

  1. public RRDServletException(java.lang.String message,
  2. java.lang.Throwable cause)
Constructs a new RRDServletException with the specified message and root cause.
Parameters:
message - Message of exception
cause - Exception that caused this exception to be raised

RRDServletException

  1. public RRDServletException(java.lang.Throwable cause)
Constructs a new RRDServletException with the specified root cause.
Parameters:
cause - Exception that caused this exception to be raised