Class CuratorLockException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.vespa.curator.recipes.CuratorLockException
All Implemented Interfaces:
Serializable

public class CuratorLockException extends RuntimeException
Since:
5.1
Author:
Ulf Lilleengen
See Also:
  • Constructor Details

    • CuratorLockException

      public CuratorLockException(String message, Exception e)
    • CuratorLockException

      public CuratorLockException(String message)
    • CuratorLockException

      public CuratorLockException(Exception e)