Novell exteNd
Director 5.2 API

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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EboPortletActionException

public EboPortletActionException(Throwable parent,
                                 com.sssw.fw.util.EboRsrcBundleMgr mgr,
                                 String bdlID,
                                 String msgID)
EboPortletActionException constructor.
Parameters:
parent - the parent throwable, if any
mgr - the resource bundle manager
bdlID - the resource bundle ID
msgID - 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 any
mgr - the resource bundle manager
bdlID - the resource bundle ID
msgID - the message ID
arg1 - the first argument to be substituted into the message
arg2 - 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 any
rsrcMgr - the resource bundle manager
bdlid - the resource bundle ID
msgid - the message ID
args - the arguments to be substituted into the message

EboPortletActionException

public EboPortletActionException(Throwable parent,
                                 String message)
EboPortletActionException constructor.
Parameters:
parent - the throwable parent, if any
message - the message

Novell exteNd
Director 5.2 API