org.jasig.portal.channels.portlet
Class InconsistentPortletModelException

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.InconsistentPortletModelException
All Implemented Interfaces:
Serializable

public class InconsistentPortletModelException
extends PortalException

Indicates that there was a problem loading or reading part of the portlet's object model

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

Constructor Summary
InconsistentPortletModelException(String msg, IPortletWindowId portletWindowId)
           
InconsistentPortletModelException(String msg, IPortletWindowId portletWindowId, Throwable cause)
           
 
Method Summary
 IPortletWindowId getPortletWindowId()
           
 
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

InconsistentPortletModelException

public InconsistentPortletModelException(String msg,
                                         IPortletWindowId portletWindowId)

InconsistentPortletModelException

public InconsistentPortletModelException(String msg,
                                         IPortletWindowId portletWindowId,
                                         Throwable cause)
Method Detail

getPortletWindowId

public IPortletWindowId getPortletWindowId()
Returns:
the portletWindowId


Copyright © 2010 Jasig. All Rights Reserved.