Package net.solarnetwork.node.setup
Class PluginProvisionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.solarnetwork.node.setup.PluginProvisionException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionPluginProvisionException(String message) Constructor.PluginProvisionException(String message, Throwable cause) Constructor.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginProvisionException
Constructor.- Parameters:
message- the messagecause- the cause
-
PluginProvisionException
Constructor.- Parameters:
message- the message
-
PluginProvisionException
Constructor.- Parameters:
cause- the cause
-