We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13074f3 commit b299aa0Copy full SHA for b299aa0
spring-amqp/src/main/java/org/springframework/amqp/AmqpResourceNotAvailableException.java
@@ -22,9 +22,11 @@
22
* create a new channel at the moment.
23
*
24
* @author Artem Bilan
25
+ * @author Gary Russell
26
27
* @since 1.7.7
28
*/
29
+@SuppressWarnings("serial")
30
public class AmqpResourceNotAvailableException extends AmqpException {
31
32
public AmqpResourceNotAvailableException(String message) {
0 commit comments