Class PluginProvisionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.solarnetwork.node.setup.PluginProvisionException
All Implemented Interfaces:
Serializable

public class PluginProvisionException extends RuntimeException
Exception thrown when a provisioning error occurs, such as a missing dependency that prevents a plugin from being installed.
Version:
1.0
Author:
matt
See Also:
  • Constructor Details

    • PluginProvisionException

      public PluginProvisionException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - the message
      cause - the cause
    • PluginProvisionException

      public PluginProvisionException(String message)
      Constructor.
      Parameters:
      message - the message
    • PluginProvisionException

      public PluginProvisionException(Throwable cause)
      Constructor.
      Parameters:
      cause - the cause