Class LockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.agent.execution.exceptions.LockException
- All Implemented Interfaces:
Serializable
Exception thrown when there is a problem with locks.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionLockException
(String message) Constructor with message.LockException
(String message, Throwable cause) Constructor with message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LockException
Constructor with message.- Parameters:
message
- a message
-
LockException
Constructor with message and cause.- Parameters:
message
- a messagecause
- a cause
-