Package org.kiwiproject.consul
Class NotRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.kiwiproject.consul.NotRegisteredException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionNotRegisteredException(String message) NotRegisteredException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotRegisteredException
-
NotRegisteredException
-