Class ProtocolException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.processors.beats.protocol.ProtocolException
- All Implemented Interfaces:
Serializable
Beats Protocol Exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProtocolException(String message) Protocol Exception constructor with message containing protocol failure detailsProtocolException(String message, Throwable cause) Protocol Exception constructor with message and cause of failure details -
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
Protocol Exception constructor with message containing protocol failure details- Parameters:
message- Protocol failure details
-
ProtocolException
Protocol Exception constructor with message and cause of failure details- Parameters:
message- Protocol failure detailscause- Cause of failure
-