public class ConflictingNodeIdException extends Exception
Modifier and Type | Field and Description |
---|---|
private String |
conflictingNodeAddress |
private int |
conflictingNodePort |
private String |
nodeId |
private static long |
serialVersionUID |
Constructor and Description |
---|
ConflictingNodeIdException(String nodeId,
String conflictingNodeAddress,
int conflictingNodePort) |
Modifier and Type | Method and Description |
---|---|
String |
getConflictingNodeAddress() |
int |
getConflictingNodePort() |
String |
getNodeId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private final String nodeId
private final String conflictingNodeAddress
private final int conflictingNodePort
Copyright © 2016 Apache NiFi Project. All rights reserved.