Package org.springframework.amqp
Class AmqpResourceNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.AmqpResourceNotAvailableException
- All Implemented Interfaces:
Serializable
The
AmqpException
thrown when some resource can't be accessed.
For example when channelMax
limit is reached and connect can't
create a new channel at the moment.- Since:
- 1.7.7
- Author:
- Artem Bilan, Gary Russell
- See Also:
-
Constructor Summary
ConstructorDescriptionAmqpResourceNotAvailableException
(String message) AmqpResourceNotAvailableException
(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
-
Constructor Details
-
AmqpResourceNotAvailableException
-
AmqpResourceNotAvailableException
-
AmqpResourceNotAvailableException
-