Package com.orbitz.consul
Class NotRegisteredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.orbitz.consul.NotRegisteredException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotRegisteredException extends java.lang.ExceptionThrown 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotRegisteredException(java.lang.String message)NotRegisteredException(java.lang.String message, java.lang.Throwable cause)
-