Package org.apache.nifi.cluster.manager.exception
package org.apache.nifi.cluster.manager.exception
-
Exception ClassesClassDescriptionRepresents the exceptional case when a HTTP request that may change a node's dataflow is to be replicated while a node is connecting to the cluster.Represents the exceptional case when a HTTP request that may change a node's dataflow is to be replicated while one or more nodes are disconnected.Signals that an operation to be performed on a cluster has been invoked at an illegal or inappropriate time.Represents the exceptional case when a deletion request is issued to a node that cannot be deleted (e.g., the node is not disconnected).Represents the exceptional case when a disconnection request is issued to a node that cannot be disconnected (e.g., last node in cluster).Represents the exceptional case when an offload request is issued to a node that cannot be offloaded (e.g., not currently disconnected).Represents the exceptional case when a reconnection request is issued to a node that cannot be reconnected (e.g., the node is not disconnected).Represents the exceptional case when a HTTP request that may change a node's state is to be replicated while the cluster or connected nodes are unable to change their state (e.g., a new node is connecting to the cluster).Represents the exceptional case when the cluster is unable to service a request because no nodes are connected.Represents the exceptional case when a disconnection request to a node failed.Represents the exceptional case when a reconnection request to a node failed.Represents the exceptional case when the cluster is unable to service a request because no nodes returned a response.Represents the exceptional case when a HTTP request that may change a node's dataflow is to be replicated while one or more nodes are offloaded.Represents the exceptional case when a request is made for a node that does not exist.Represents the exceptional case when a URI cannot be constructed from the given information.