Class NimbusLeaderNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class NimbusLeaderNotFoundException
    extends RuntimeException
    This exception class is used to signify a problem with nimbus leader identification. It should not be used when connection failures happen, but only when successful operations result in the absence of an identified leader.
    See Also:
    Serialized Form
    • Constructor Detail

      • NimbusLeaderNotFoundException

        public NimbusLeaderNotFoundException()
      • NimbusLeaderNotFoundException

        public NimbusLeaderNotFoundException​(String msg)
      • NimbusLeaderNotFoundException

        public NimbusLeaderNotFoundException​(String msg,
                                             Throwable cause)
      • NimbusLeaderNotFoundException

        public NimbusLeaderNotFoundException​(Throwable cause)