Class DistributedLockException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.search.api.DistributedLockException
All Implemented Interfaces:
Serializable

public class DistributedLockException extends RuntimeException
RuntimeException to identify that there was an issue obtaining or otherwise releasing a distributed lock.
Author:
Kelly Tisdell
See Also:
  • Constructor Details

    • DistributedLockException

      public DistributedLockException()
    • DistributedLockException

      public DistributedLockException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • DistributedLockException

      public DistributedLockException(String message, Throwable cause)
    • DistributedLockException

      public DistributedLockException(String message)
    • DistributedLockException

      public DistributedLockException(Throwable cause)