com.vaadin.flow.server.frontend.installer.

Class InstallationException

  • All Implemented Interfaces:

    Serializable


    public class InstallationException
    extends Exception

    Exception indicating a failure during installation of node and npm.

    Derived from eirslett/frontend-maven-plugin

    Since:

    See Also:

    Serialized Form

    • Constructor Detail

      • InstallationException

        public InstallationException(String message)

        Exception with message.

        Parameters:

        message - exception message

      • InstallationException

        public InstallationException(String message,
                                     Throwable cause)

        Exceptioon with message and cause.

        Parameters:

        message - exception message

        cause - cause for exception