Package com.yahoo.config.provision
Class RequestedNodesMissingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.yahoo.config.provision.TransientException
com.yahoo.config.provision.RequestedNodesMissingException
- All Implemented Interfaces:
Serializable
Exception thrown when node(s) selected in prepare() are not found
during activate(). Happens when the host(s) fail to come up and are
eventually removed with their nodes. The receiver must redo prepare().
- Author:
- freva
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestedNodesMissingException
-