Class MutableRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.cluster.exception.ClusterException
org.apache.nifi.cluster.manager.exception.IllegalClusterStateException
org.apache.nifi.cluster.manager.exception.MutableRequestException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectingNodeMutableRequestException
,DisconnectedNodeMutableRequestException
,OffloadedNodeMutableRequestException
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).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMutableRequestException
(String msg, Throwable cause) MutableRequestException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MutableRequestException
public MutableRequestException() -
MutableRequestException
-
MutableRequestException
-
MutableRequestException
-