Class ProtocolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.nifi.remote.exception.ProtocolException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PortNotRunningException, UnknownPortException, UnreachableClusterException

public class ProtocolException extends IOException
A ProtocolException occurs when unexpected data is received, for example an invalid Response Code.
See Also:
  • Field Details

  • Constructor Details

    • ProtocolException

      public ProtocolException(String message, Throwable cause)
    • ProtocolException

      public ProtocolException(String message)
    • ProtocolException

      public ProtocolException(Throwable cause)