com.ibm.wsspi.rrd.exception

Class RRDException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • javax.servlet.ServletException
          • com.ibm.wsspi.rrd.exception.RRDException
    • Constructor Summary

      Constructors 
      Constructor and Description
      RRDException()
      Constructs a new RRDException
      RRDException(java.lang.String message)
      Constructs a new RRDException with the specified message
      RRDException(java.lang.String message, java.lang.Throwable cause)
      Constructs a new RRDException with the specified message and root cause.
      RRDException(java.lang.Throwable cause)
      Constructs a new RRDException with the specified root cause.
    • Method Summary

      • Methods inherited from class javax.servlet.ServletException

        getRootCause
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • RRDException

        public RRDException()
        Constructs a new RRDException
      • RRDException

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

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

        public RRDException(java.lang.Throwable cause)
        Constructs a new RRDException with the specified root cause.
        Parameters:
        cause - Exception that caused this exception to be raised
IBM WebSphere Application ServerTM
Release 9.0