Class UnableToObtainProcessLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kingsrook.qqq.backend.core.exceptions.QException
com.kingsrook.qqq.backend.core.exceptions.QUserFacingException
com.kingsrook.qqq.backend.core.processes.locks.UnableToObtainProcessLockException
- All Implemented Interfaces:
Serializable
Lock thrown by ProcessLockUtils when you can't get the lock.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnableToObtainProcessLockException
(String message) UnableToObtainProcessLockException
(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionGetter for existingLockvoid
setExistingLock
(ProcessLock existingLock) Setter for existingLockwithExistingLock
(ProcessLock existingLock) Fluent setter for existingLockMethods inherited from class com.kingsrook.qqq.backend.core.exceptions.QException
getHasLoggedError, getHasLoggedWarning, hasLoggedLevel, setHasLoggedError, setHasLoggedLevel, setHasLoggedWarning, withHasLoggedError, withHasLoggedWarning
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnableToObtainProcessLockException
-
UnableToObtainProcessLockException
-
-
Method Details
-
getExistingLock
Getter for existingLock -
setExistingLock
Setter for existingLock -
withExistingLock
Fluent setter for existingLock
-