| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.ibm.wps.portlets.struts.WpsStrutsException com.ibm.wps.portlets.struts.MaxChainingExceededException
public class MaxChainingExceededException
This exception can be detected by global exception handlers. The exception indicates that the action chaining has reached a maximum count.
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 |
---|
public MaxChainingExceededException()
public MaxChainingExceededException(java.lang.String s)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |