org.jasig.portal.channels.portlet
Class PortletLoadFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jasig.portal.PortalException
                  extended by org.jasig.portal.channels.portlet.PortletLoadFailureException
All Implemented Interfaces:
Serializable

public class PortletLoadFailureException
extends PortalException

Indicates that the portlet container failed to load the specified portlet.

Version:
$Revision$
Author:
Eric Dalquist
See Also:
Serialized Form

Constructor Summary
PortletLoadFailureException(String msg, IPortletWindow portletWindow)
           
PortletLoadFailureException(String msg, IPortletWindow portletWindow, Throwable cause)
           
 
Method Summary
 IPortletWindow getPortletWindow()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletLoadFailureException

public PortletLoadFailureException(String msg,
                                   IPortletWindow portletWindow,
                                   Throwable cause)

PortletLoadFailureException

public PortletLoadFailureException(String msg,
                                   IPortletWindow portletWindow)
Method Detail

getPortletWindow

public IPortletWindow getPortletWindow()
Returns:
the portletWindow


Copyright © 2010 Jasig. All Rights Reserved.