Class AmqpResourceNotAvailableException

  • All Implemented Interfaces:
    java.io.Serializable

    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
    See Also:
    Serialized Form
    • Method Summary

      • 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
    • Constructor Detail

      • AmqpResourceNotAvailableException

        public AmqpResourceNotAvailableException​(java.lang.String message)
      • AmqpResourceNotAvailableException

        public AmqpResourceNotAvailableException​(java.lang.Throwable cause)
      • AmqpResourceNotAvailableException

        public AmqpResourceNotAvailableException​(java.lang.String message,
                                                 java.lang.Throwable cause)