public class NodeValidationException
extends java.lang.Exception
Node.validateNodeBeforeAcceptingRequests(Settings, BoundTransportAddress, List)
. This exception is a checked exception that is
declared as thrown from this method for the purpose of bubbling up to the user.Constructor and Description |
---|
NodeValidationException(java.lang.String message)
Creates a node validation exception with the specified validation message to be displayed to
the user.
|