Class AmqpException.AmqpResourceInvalidStateException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmqpException.AmqpResourceClosedException
Enclosing class:
AmqpException

public static class AmqpException.AmqpResourceInvalidStateException extends AmqpException
Exception thrown when a resource is not in an appropriate state.

An example is a connection that is initializing.

See Also:
  • Constructor Details

    • AmqpResourceInvalidStateException

      public AmqpResourceInvalidStateException(String format, Object... args)
    • AmqpResourceInvalidStateException

      public AmqpResourceInvalidStateException(String message, Throwable cause)