Package com.rabbitmq.client
Class TopologyRecoveryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.rabbitmq.client.TopologyRecoveryException
- All Implemented Interfaces:
Serializable
Indicates an exception thrown during topology recovery.
- Since:
- 3.3.0
- See Also:
-
Constructor Summary
ConstructorDescriptionTopologyRecoveryException
(String message, Throwable cause) TopologyRecoveryException
(String message, Throwable cause, RecordedEntity recordedEntity) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TopologyRecoveryException
-
TopologyRecoveryException
-
-
Method Details
-
getRecordedEntity
-