Class UnknownNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.cluster.exception.ClusterException
org.apache.nifi.cluster.manager.exception.UnknownNodeException
- All Implemented Interfaces:
Serializable
Represents the exceptional case when a request is made for a node that does not exist.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownNodeException
(String msg, Throwable cause) UnknownNodeException
(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
-
UnknownNodeException
public UnknownNodeException() -
UnknownNodeException
-
UnknownNodeException
-
UnknownNodeException
-