Package com.rabbitmq.client.amqp
Class AmqpException.AmqpResourceClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rabbitmq.client.amqp.AmqpException
com.rabbitmq.client.amqp.AmqpException.AmqpResourceInvalidStateException
com.rabbitmq.client.amqp.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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.rabbitmq.client.amqp.AmqpException
AmqpException.AmqpConnectionException, AmqpException.AmqpEntityDoesNotExistException, AmqpException.AmqpResourceClosedException, AmqpException.AmqpResourceInvalidStateException, AmqpException.AmqpSecurityException
-
Constructor Summary
ConstructorDescriptionAmqpResourceClosedException
(String message) AmqpResourceClosedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmqpResourceClosedException
-
AmqpResourceClosedException
-