Package com.yahoo.config.provision
Class ParentHostUnavailableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.yahoo.config.provision.TransientException
-
- com.yahoo.config.provision.ParentHostUnavailableException
-
- All Implemented Interfaces:
java.io.Serializable
public class ParentHostUnavailableException extends TransientException
Exception thrown when trying to activate a node that runs on a host that is not yet ready to run the node.- Author:
- freva
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParentHostUnavailableException(java.lang.String message)
-