Class NoSuchPortletException

All Implemented Interfaces:
Serializable

public class NoSuchPortletException extends InvalidPortletIdException
Thrown by the portlet invoker when a portlet id does not exist.
Version:
$Revision: 5989 $
Author:
Julien Viet
See Also:
  • Constructor Details

    • NoSuchPortletException

      public NoSuchPortletException(String portletId)
    • NoSuchPortletException

      public NoSuchPortletException(String message, String portletId)
    • NoSuchPortletException

      public NoSuchPortletException(Throwable cause, String portletId)
    • NoSuchPortletException

      public NoSuchPortletException(String message, Throwable cause, String portletId)