Class AmqpException.AmqpResourceClosedException

All Implemented Interfaces:
Serializable
Enclosing class:
AmqpException

public static class AmqpException.AmqpResourceClosedException extends AmqpException.AmqpResourceInvalidStateException
Exception thrown when a resource is not usable because it is closed.
See Also:
  • Constructor Details

    • AmqpResourceClosedException

      public AmqpResourceClosedException(String message)
    • AmqpResourceClosedException

      public AmqpResourceClosedException(String message, Throwable cause)