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

public class ProtocolException extends RuntimeException
Beats Protocol Exception
See Also:
  • Constructor Details

    • ProtocolException

      public ProtocolException(String message)
      Protocol Exception constructor with message containing protocol failure details
      Parameters:
      message - Protocol failure details
    • ProtocolException

      public ProtocolException(String message, Throwable cause)
      Protocol Exception constructor with message and cause of failure details
      Parameters:
      message - Protocol failure details
      cause - Cause of failure