Package net.solarnetwork.node.service
Class LockTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.solarnetwork.node.service.LockTimeoutException
- All Implemented Interfaces:
Serializable
Runtime lock timeout exception.
- Version:
- 1.0
- Author:
- matt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.LockTimeoutException(String message) Construct with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockTimeoutException
public LockTimeoutException()Default constructor. -
LockTimeoutException
Construct with a message.- Parameters:
message- the message
-