public class BlockedByFirewallException extends ClusterException
Modifier and Type | Field and Description |
---|---|
private boolean |
isExistingNode |
private NodeIdentifier |
nodeId |
Constructor and Description |
---|
BlockedByFirewallException(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) |
Modifier and Type | Method and Description |
---|---|
NodeIdentifier |
getNodeId() |
boolean |
isExistingNode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private final NodeIdentifier nodeId
private final boolean isExistingNode
public BlockedByFirewallException(NodeIdentifier nodeId, boolean isExistingNode, String msg, Throwable cause)
public BlockedByFirewallException(NodeIdentifier nodeId, boolean isExistingNode, Throwable cause)
public BlockedByFirewallException(NodeIdentifier nodeId, boolean isExistingNode, String msg)
public BlockedByFirewallException(NodeIdentifier nodeId, boolean isExistingNode)
public NodeIdentifier getNodeId()
public boolean isExistingNode()
Copyright © 2016 Apache NiFi Project. All rights reserved.