Class NotRegisteredException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.kiwiproject.consul.NotRegisteredException
All Implemented Interfaces:
Serializable

public class NotRegisteredException extends Exception
Thrown when a previously registered service attempts to check in. Indicates an agent has been restarted and left the cluster.

Typically, clients should re-register themselves in this case.

See Also:
  • Constructor Details

    • NotRegisteredException

      public NotRegisteredException(String message)
    • NotRegisteredException

      public NotRegisteredException(String message, Throwable cause)