Package com.rabbitmq.client
Class TopologyRecoveryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.rabbitmq.client.TopologyRecoveryException
-
- All Implemented Interfaces:
Serializable
public class TopologyRecoveryException extends Exception
Indicates an exception thrown during topology recovery.- Since:
- 3.3.0
- See Also:
ConnectionFactory.setTopologyRecoveryEnabled(boolean)
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TopologyRecoveryException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-