Package com.rabbitmq.client.amqp
Class AmqpException.AmqpResourceInvalidStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.rabbitmq.client.amqp.AmqpException
com.rabbitmq.client.amqp.AmqpException.AmqpResourceInvalidStateException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AmqpException.AmqpResourceClosedException
- Enclosing class:
AmqpException
Exception thrown when a resource is not in an appropriate state.
An example is a connection that is initializing.
- 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
ConstructorDescriptionAmqpResourceInvalidStateException
(String format, Object... args) AmqpResourceInvalidStateException
(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
-
AmqpResourceInvalidStateException
-
AmqpResourceInvalidStateException
-