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
public class AmqpIllegalStateException extends AmqpException
Equivalent of an IllegalStateException but within the AmqpException hierarchy.- Author:
- Mark Pollack
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmqpIllegalStateException(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
-
-