Spring AMQP

org.springframework.amqp
Class AmqpConnectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.amqp.AmqpException
                  extended by 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

Constructor Summary
AmqpConnectException(Exception cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AmqpConnectException

public AmqpConnectException(Exception cause)

Spring AMQP

Copyright © 2011. All Rights Reserved.