org.jasig.portal.channels.portlet
Class PortletActionFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jasig.portal.PortalException
org.jasig.portal.channels.portlet.PortletActionFailureException
- All Implemented Interfaces:
- Serializable
public class PortletActionFailureException
- extends PortalException
Indicates that the portlet container failed to load the specified portlet.
- Version:
- $Revision$
- Author:
- Eric Dalquist
- See Also:
- Serialized Form
| Methods inherited from class org.jasig.portal.PortalException |
getErrorID, getParameter, getTimestamp, isLogPending, isRefreshable, isReinstantiable, setErrorID, setLogPending, setParameter, setRefreshable, setReinstantiable |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PortletActionFailureException
public PortletActionFailureException(String msg,
IPortletWindow portletWindow,
Throwable cause)
getPortletWindow
public IPortletWindow getPortletWindow()
- Returns:
- the portletWindow
Copyright © 2010 Jasig. All Rights Reserved.