Class 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:
    Serialized Form
    • Constructor Detail

      • 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)