Class ConflictingNodeIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.nifi.cluster.manager.exception.ConflictingNodeIdException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConflictingNodeIdException
(String nodeId, String conflictingNodeAddress, int conflictingNodePort) -
Method Summary
Modifier and TypeMethodDescriptionint
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
-
conflictingNodeAddress
-
conflictingNodePort
private final int conflictingNodePort
-
-
Constructor Details
-
ConflictingNodeIdException
-
-
Method Details
-
getNodeId
-
getConflictingNodeAddress
-
getConflictingNodePort
public int getConflictingNodePort()
-