Package net.solarnetwork.node.setup
Class SetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.solarnetwork.node.setup.SetupException
- All Implemented Interfaces:
Serializable
General setup runtime exception.
- Version:
- 1.0
- Author:
- matt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSetupException(String message) Construct with a message.SetupException(String message, Throwable cause) Construct with a message and exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SetupException
Construct with a message.- Parameters:
message- the message
-
SetupException
Construct with a message and exception.- Parameters:
message- messagecause- the original exception
-