You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.server.frontend.installer.

Class InstallationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vaadin.flow.server.frontend.installer.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

For internal use only. May be renamed or removed in a future release.

Since:

See Also:

  • Constructor Details

    • 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