IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.rrd.exception
Class ExtensionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by com.ibm.wsspi.rrd.exception.RRDException
                  extended by com.ibm.wsspi.rrd.exception.ExtensionException
All Implemented Interfaces:
java.io.Serializable

public class ExtensionException
extends RRDException

The ExtensionException class defines an exception that can occur during the processing of an ExtensionGenerator or ExtensionHandler.

Since:
WAS6.1
See Also:
Serialized Form

Constructor Summary
ExtensionException()
          Constructs a new ExtensionException
ExtensionException(java.lang.String message)
          Constructs a new ExtensionException with the specified message
ExtensionException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new ExtensionException with the specified message and root cause.
ExtensionException(java.lang.Throwable cause)
          Constructs a new ExtensionException 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

ExtensionException

public ExtensionException()
Constructs a new ExtensionException


ExtensionException

public ExtensionException(java.lang.String message)
Constructs a new ExtensionException with the specified message

Parameters:
message - Message of exception

ExtensionException

public ExtensionException(java.lang.String message,
                          java.lang.Throwable cause)
Constructs a new ExtensionException with the specified message and root cause.

Parameters:
message - Message of exception
cause - Exception that caused this exception to be raised

ExtensionException

public ExtensionException(java.lang.Throwable cause)
Constructs a new ExtensionException with the specified root cause.

Parameters:
cause - Exception that caused this exception to be raised

IBM WebSphere Application ServerTM
Release 8