org.apache.activemq
Class ConnectionFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
org.apache.activemq.ConnectionFailedException
- All Implemented Interfaces:
- Serializable
public class ConnectionFailedException
- extends JMSException
An exception thrown when the a connection failure is detected (peer might
close the connection, or a keep alive times out, etc.)
- Version:
- $Revision$
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConnectionFailedException
public ConnectionFailedException(IOException cause)
ConnectionFailedException
public ConnectionFailedException()
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.