Package org.springframework.amqp
Class AmqpIllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.AmqpIllegalStateException
- All Implemented Interfaces:
Serializable
Equivalent of an IllegalStateException but within the AmqpException hierarchy.
- Author:
- Mark Pollack
- See Also:
-
Constructor Summary
ConstructorDescriptionAmqpIllegalStateException
(String message) AmqpIllegalStateException
(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
-
AmqpIllegalStateException
-
AmqpIllegalStateException
-