org.springframework.amqp
Class AmqpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AmqpConnectException, AmqpIllegalStateException, AmqpIOException, AmqpUnsupportedEncodingException, FatalListenerExecutionException, FatalListenerStartupException, ImmediateAcknowledgeAmqpException, ListenerExecutionFailedException, MessageRejectedWhileStoppingException, UncategorizedAmqpException
public class AmqpException
- extends RuntimeException
Base RuntimeException for errors that occur when executing AMQP operations.
- Author:
- Mark Fisher
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AmqpException
public AmqpException(String message)
AmqpException
public AmqpException(Throwable cause)
AmqpException
public AmqpException(String message,
Throwable cause)
Copyright © 2011. All Rights Reserved.