com.ibm.wps.portlets.struts
Class MaxChainingExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.wps.portlets.struts.WpsStrutsException
              extended by com.ibm.wps.portlets.struts.MaxChainingExceededException
All Implemented Interfaces:
java.io.Serializable

public class MaxChainingExceededException
extends WpsStrutsException

This exception can be detected by global exception handlers. The exception indicates that the action chaining has reached a maximum count.

Since:
5.1
See Also:
Serialized Form

Constructor Summary
MaxChainingExceededException()
          Construct this ChainingMaxExceededException object
MaxChainingExceededException(java.lang.String s)
          Construct this ChainingMaxExceededException object
 
Method Summary
 
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

MaxChainingExceededException

public MaxChainingExceededException()
Construct this ChainingMaxExceededException object


MaxChainingExceededException

public MaxChainingExceededException(java.lang.String s)
Construct this ChainingMaxExceededException object

Parameters:
s - an exception string