com.crankuptheamps.client.exception
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.crankuptheamps.client.exception.AMPSException
              extended by com.crankuptheamps.client.exception.ConnectionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlreadyConnectedException, AuthenticationException, ConnectionRefusedException, DisconnectedException, InvalidURIException, NameInUseException, NotEntitledException, ProtocolException, RetryOperationException, StreamException, TimedOutException, TransportException, TransportTypeException

public class ConnectionException
extends AMPSException

See Also:
Serialized Form

Constructor Summary
ConnectionException()
           
ConnectionException(String msg)
           
ConnectionException(String s, Throwable t)
           
ConnectionException(Throwable t)
           
 
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

ConnectionException

public ConnectionException(String msg)

ConnectionException

public ConnectionException()

ConnectionException

public ConnectionException(Throwable t)

ConnectionException

public ConnectionException(String s,
                           Throwable t)