Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

com.ibm.wps.portlets.struts
Class WpsStrutsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibm.wps.portlets.struts.WpsStrutsException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MaxChainingExceededException, TranscodingNotConfiguredException

public class WpsStrutsException
extends java.lang.Exception

This exception is used as a base class for Portal Struts Framework exceptions. If we find an exception of this type and it does not have a Struts ExceptionHandler configured for it we will display the error using the ErrorResponseFormatter.

Since:
4.1
See Also:
Serialized Form

Constructor Summary
WpsStrutsException()
          Construct this WpsStrutsException object
WpsStrutsException(java.lang.String s)
          Construct this WpsStrutsException object
 

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

WpsStrutsException

public WpsStrutsException()
Construct this WpsStrutsException object


WpsStrutsException

public WpsStrutsException(java.lang.String s)
Construct this WpsStrutsException object

Parameters:
s - an exception string

Overview  Package   Class  Tree  Serialized  Deprecated  Index  Help 

 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.