Class PortletContainerException

  • All Implemented Interfaces:
    Serializable

    public class PortletContainerException
    extends Exception
    Thrown when initialization of a portlet container fails.
    Version:
    $Id: 906dce345e91ed025e8d37c1020a3b793829329c $
    See Also:
    Serialized Form
    • Constructor Detail

      • PortletContainerException

        public PortletContainerException​(String message)
        Parameters:
        message - the detail message
      • PortletContainerException

        public PortletContainerException​(String message,
                                         Throwable throwable)
        Parameters:
        message - the detail message
        throwable - the exception cause