com.crankuptheamps.client.exception
Class AMPSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.crankuptheamps.client.exception.AMPSException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommandException, ConnectionException, StoreException

public class AMPSException
extends Exception

See Also:
Serialized Form

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

AMPSException

public AMPSException()

AMPSException

public AMPSException(String msg)

AMPSException

public AMPSException(Throwable t)

AMPSException

public AMPSException(String msg,
                     Throwable t)