Class DistributedLock.DistributedLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.core.util.lock.DistributedLock.DistributedLockException
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- DistributedLock
RuntimeException to identify that there was an issue obtaining or otherwise releasing a distributed lock.
- Author:
- Kelly Tisdell
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDistributedLockException(String message) DistributedLockException(String message, Throwable cause) DistributedLockException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DistributedLockException
public DistributedLockException() -
DistributedLockException
-
DistributedLockException
-
DistributedLockException
-
DistributedLockException
-