Class ManagedLeaderLatchException

  • All Implemented Interfaces:
    Serializable

    public class ManagedLeaderLatchException
    extends RuntimeException
    Exception that is thrown when there is some unexpected error relating to a managed Curator leader latch.
    See Also:
    Serialized Form
    • Constructor Detail

      • ManagedLeaderLatchException

        public ManagedLeaderLatchException()
      • ManagedLeaderLatchException

        public ManagedLeaderLatchException​(String message)
      • ManagedLeaderLatchException

        public ManagedLeaderLatchException​(String message,
                                           Throwable cause)
      • ManagedLeaderLatchException

        public ManagedLeaderLatchException​(Throwable cause)