Class PortletInvokerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gatein.pc.api.PortletInvokerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidPortletIdException, InvokerUnavailableException, PortletCloneFailedException

public class PortletInvokerException extends Exception
Version:
$Revision: 5448 $
Author:
Julien Viet
See Also:
  • Constructor Details

    • PortletInvokerException

      public PortletInvokerException()
    • PortletInvokerException

      public PortletInvokerException(String message)
    • PortletInvokerException

      public PortletInvokerException(String message, Throwable cause)
    • PortletInvokerException

      public PortletInvokerException(Throwable cause)