com.novell.afw.portal.exception
Class EboPortletActionException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sssw.fw.exception.EboException
|
+--com.sssw.fw.exception.EboApiException
|
+--com.novell.afw.portal.exception.EboPortletActionException
- All Implemented Interfaces:
- EbiParentedException, Serializable
- public class EboPortletActionException
- extends EboApiException
Exception which gets throw upon failure during process action call
- Since:
- v5.2
- See Also:
- Serialized Form
|
Constructor Summary |
EboPortletActionException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr mgr,
String bdlID,
String msgID)
EboPortletActionException constructor. |
EboPortletActionException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr rsrcMgr,
String bdlid,
String msgid,
String[] args)
EboPortletActionException constructor |
EboPortletActionException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr mgr,
String bdlID,
String msgID,
String arg1,
String arg2)
EboPortletActionException constructor. |
EboPortletActionException(Throwable parent,
String message)
EboPortletActionException constructor. |
| Methods inherited from class com.sssw.fw.exception.EboException |
copyTo,
getHTML,
getMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace,
setHTML |
EboPortletActionException
public EboPortletActionException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr mgr,
String bdlID,
String msgID)
- EboPortletActionException constructor.
- Parameters:
parent - the parent throwable, if anymgr - the resource bundle managerbdlID - the resource bundle IDmsgID - the message ID
EboPortletActionException
public EboPortletActionException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr mgr,
String bdlID,
String msgID,
String arg1,
String arg2)
- EboPortletActionException constructor.
- Parameters:
parent - the parent throwable, if anymgr - the resource bundle managerbdlID - the resource bundle IDmsgID - the message IDarg1 - the first argument to be substituted into the messagearg2 - the second argument to be substituted into the message
EboPortletActionException
public EboPortletActionException(Throwable parent,
com.sssw.fw.util.EboRsrcBundleMgr rsrcMgr,
String bdlid,
String msgid,
String[] args)
- EboPortletActionException constructor
- Parameters:
parent - the parent throwable, if anyrsrcMgr - the resource bundle managerbdlid - the resource bundle IDmsgid - the message IDargs - the arguments to be substituted into the message
EboPortletActionException
public EboPortletActionException(Throwable parent,
String message)
- EboPortletActionException constructor.
- Parameters:
parent - the throwable parent, if anymessage - the message