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

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

    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