Fix serial compiler warning on new exception

This commit is contained in:
Gary Russell
2018-04-04 10:34:29 -04:00
parent 7cf6fb760b
commit 604a895044

View File

@@ -22,9 +22,11 @@ package org.springframework.amqp;
* create a new channel at the moment.
*
* @author Artem Bilan
* @author Gary Russell
*
* @since 1.7.7
*/
@SuppressWarnings("serial")
public class AmqpResourceNotAvailableException extends AmqpException {
public AmqpResourceNotAvailableException(String message) {