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
public class AmqpResourceNotAvailableException extends AmqpException
TheAmqpException
thrown when some resource can't be accessed. For example whenchannelMax
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmqpResourceNotAvailableException(String message)
AmqpResourceNotAvailableException(String message, Throwable cause)
AmqpResourceNotAvailableException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-