com.crankuptheamps.client.exception
Class ConnectionRefusedException

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
                  extended by com.crankuptheamps.client.exception.ConnectionRefusedException
All Implemented Interfaces:
Serializable

public class ConnectionRefusedException
extends ConnectionException

See Also:
Serialized Form

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

ConnectionRefusedException

public ConnectionRefusedException()

ConnectionRefusedException

public ConnectionRefusedException(String msg)

ConnectionRefusedException

public ConnectionRefusedException(Throwable t)

ConnectionRefusedException

public ConnectionRefusedException(String msg,
                                  Throwable t)