Share via


ProtocolException Class

  • java.lang.Object
    • Exception

public class ProtocolException extends TransportException

Exception class that covers all exceptions that occur within transport protocol communication. For example, if a amqp:connection:forced exception is given by AMQP.

Inherited Members

Constructor Details

ProtocolException

public ProtocolException()

ProtocolException

public ProtocolException(String message)

Parameters:

message

ProtocolException

public ProtocolException(String message, Throwable cause)

Parameters:

message
cause

ProtocolException

public ProtocolException(Throwable cause)

Parameters:

cause

Applies to