Package com.broadleafcommerce.search.api
Class DistributedLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.search.api.DistributedLockException
- All Implemented Interfaces:
Serializable
RuntimeException to identify that there was an issue obtaining or otherwise releasing a
distributed lock.
- Author:
- Kelly Tisdell
- See Also:
-
Constructor Summary
ConstructorDescriptionDistributedLockException
(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
-