public class AmqpResourceNotAvailableException extends AmqpException
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:
  • Serialized Form
  • Methods inherited from class java.lang. Throwable

    addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , printStackTrace , printStackTrace , printStackTrace , setStackTrace , toString

    Methods inherited from class java.lang. Object

    clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait

    AmqpResourceNotAvailableException

    public AmqpResourceNotAvailableException ( String message, Throwable cause)