Class BlockedByFirewallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.cluster.exception.ClusterException
org.apache.nifi.cluster.manager.exception.BlockedByFirewallException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final boolean
private final NodeIdentifier
private static final long
-
Constructor Summary
ConstructorsConstructorDescriptionBlockedByFirewallException
(NodeIdentifier nodeId, boolean isExistingNode) BlockedByFirewallException
(NodeIdentifier nodeId, boolean isExistingNode, String msg) BlockedByFirewallException
(NodeIdentifier nodeId, boolean isExistingNode, String msg, Throwable cause) BlockedByFirewallException
(NodeIdentifier nodeId, boolean isExistingNode, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
nodeId
-
isExistingNode
private final boolean isExistingNode
-
-
Constructor Details
-
BlockedByFirewallException
public BlockedByFirewallException(NodeIdentifier nodeId, boolean isExistingNode, String msg, Throwable cause) -
BlockedByFirewallException
-
BlockedByFirewallException
-
BlockedByFirewallException
-
-
Method Details
-
getNodeId
-
isExistingNode
public boolean isExistingNode()
-