Class CuratorLockException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CuratorLockException
    extends java.lang.RuntimeException
    Since:
    5.1
    Author:
    Ulf Lilleengen
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CuratorLockException

        public CuratorLockException​(java.lang.String message,
                                    java.lang.Exception e)
      • CuratorLockException

        public CuratorLockException​(java.lang.String message)
      • CuratorLockException

        public CuratorLockException​(java.lang.Exception e)