public class

MissedHeartbeatException

extends SocketTimeoutException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ java.io.InterruptedIOException
           ↳ java.net.SocketTimeoutException
             ↳ com.rabbitmq.client.MissedHeartbeatException

Class Overview

Encapsulates an exception indicating that the connection has missed too many heartbeats and is being shut down.

Summary

[Expand]
Inherited Fields
From class java.io.InterruptedIOException
Public Constructors
MissedHeartbeatException(String reason)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public MissedHeartbeatException (String reason)