Class InvalidPortletIdException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchPortletException

public class InvalidPortletIdException extends PortletInvokerException
Thrown by the portlet invoker when a portlet id that is not valid.
Version:
$Revision: 5989 $
Author:
Julien Viet
See Also:
  • Constructor Details

    • InvalidPortletIdException

      public InvalidPortletIdException(String portletId)
    • InvalidPortletIdException

      public InvalidPortletIdException(String message, String portletId)
    • InvalidPortletIdException

      public InvalidPortletIdException(Throwable cause, String portletId)
    • InvalidPortletIdException

      public InvalidPortletIdException(String message, Throwable cause, String portletId)
  • Method Details

    • getPortletId

      public String getPortletId()