Class VerifyConfigProviderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
jenkins.plugins.nodejs.configfiles.VerifyConfigProviderException
All Implemented Interfaces:
Serializable

public class VerifyConfigProviderException extends Exception
Signals an error in the a user configuration file when NPMConfig.doVerify() is called.
Since:
1.0
Author:
Nikolas Falco
See Also:
  • Constructor Details

    • VerifyConfigProviderException

      public VerifyConfigProviderException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the failure message.