Class PortletAdminDataException

  • All Implemented Interfaces:
    Serializable

    public class PortletAdminDataException
    extends Exception
    A PortletAdminDataException is thrown when there are errors related to the portlet admin console like deployment of portlet, creation of portlet window.
    See Also:
    Serialized Form
    • Constructor Detail

      • PortletAdminDataException

        public PortletAdminDataException​(String msg)
        Constructs a new exception with the specified message
        Parameters:
        msg - The descriptive message.
      • PortletAdminDataException

        public PortletAdminDataException​(String msg,
                                         Throwable cause)
        Constructs a new exception with the specified message, and the original exception or error
        Parameters:
        msg - The descriptive message.
        cause - The original exception or error.