Package com.rabbitmq.client
Class TopologyRecoveryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.rabbitmq.client.TopologyRecoveryException
-
- All Implemented Interfaces:
java.io.Serializable
public class TopologyRecoveryException extends java.lang.Exception
Indicates an exception thrown during topology recovery.- Since:
- 3.3.0
- See Also:
ConnectionFactory.setTopologyRecoveryEnabled(boolean)
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private RecordedEntity
recordedEntity
-
Constructor Summary
Constructors Constructor Description TopologyRecoveryException(java.lang.String message, java.lang.Throwable cause)
TopologyRecoveryException(java.lang.String message, java.lang.Throwable cause, RecordedEntity recordedEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordedEntity
getRecordedEntity()
-
-
-
Field Detail
-
recordedEntity
private final RecordedEntity recordedEntity
-
-
Constructor Detail
-
TopologyRecoveryException
public TopologyRecoveryException(java.lang.String message, java.lang.Throwable cause)
-
TopologyRecoveryException
public TopologyRecoveryException(java.lang.String message, java.lang.Throwable cause, RecordedEntity recordedEntity)
-
-
Method Detail
-
getRecordedEntity
public RecordedEntity getRecordedEntity()
-
-