Package org.springframework.amqp
Class UncategorizedAmqpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.amqp.AmqpException
-
- org.springframework.amqp.UncategorizedAmqpException
-
- All Implemented Interfaces:
java.io.Serializable
public class UncategorizedAmqpException extends AmqpException
A "catch-all" exception type within the AmqpException hierarchy when no more specific cause is known.- Author:
- Mark Pollack
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncategorizedAmqpException(java.lang.String message, java.lang.Throwable cause)
UncategorizedAmqpException(java.lang.Throwable cause)
-