Class CancelLeadershipException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.curator.framework.recipes.leader.CancelLeadershipException
All Implemented Interfaces:
Serializable

public class CancelLeadershipException extends RuntimeException
See Also:
  • Constructor Details

    • CancelLeadershipException

      public CancelLeadershipException()
    • CancelLeadershipException

      public CancelLeadershipException(String message)
    • CancelLeadershipException

      public CancelLeadershipException(String message, Throwable cause)
    • CancelLeadershipException

      public CancelLeadershipException(Throwable cause)