org.springframework.amqp
Class AmqpConnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.AmqpConnectException
- All Implemented Interfaces:
- Serializable
public class AmqpConnectException
- extends AmqpException
RuntimeException wrapper for an ConnectException
which can be commonly thrown from AMQP operations if the
remote process dies or there is a network issue.
- Author:
- Dave Syer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AmqpConnectException
public AmqpConnectException(Exception cause)
Copyright © 2011. All Rights Reserved.