Package org.apache.nifi.cluster.protocol
Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.cluster.protocol.ProtocolException
- All Implemented Interfaces:
Serializable
The base exception for problems encountered while communicating within the
cluster.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProtocolException
(String msg) ProtocolException
(String msg, Throwable cause) ProtocolException
(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
-
ProtocolException
public ProtocolException() -
ProtocolException
-
ProtocolException
-
ProtocolException
-