Class PluginValidationException

    • Constructor Detail

      • PluginValidationException

        public PluginValidationException​(String msg,
                                         String rmtMsg,
                                         UUID nodeId)
        Constructs invalid plugin exception.
        Parameters:
        msg - Local error message.
        rmtMsg - Error message to send to the offending node.
        nodeId - ID of the offending node.
    • Method Detail

      • nodeId

        public UUID nodeId()
        Returns:
        Offending node ID.
      • remoteMessage

        public String remoteMessage()
        Returns:
        Message to be sent to joining node.