Class AmqpIllegalStateException

  • All Implemented Interfaces:
    Serializable

    public class AmqpIllegalStateException
    extends AmqpException
    Equivalent of an IllegalStateException but within the AmqpException hierarchy.
    Author:
    Mark Pollack
    See Also:
    Serialized Form
    • Constructor Detail

      • AmqpIllegalStateException

        public AmqpIllegalStateException​(String message)
      • AmqpIllegalStateException

        public AmqpIllegalStateException​(String message,
                                         Throwable cause)