com.crankuptheamps.client.exception
Class CommandException

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.CommandException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadFilterException, BadRegexTopicException, InvalidTopicException, SubidInUseException, SubscriptionAlreadyExistsException, UnknownException

public class CommandException
extends AMPSException

See Also:
Serialized Form

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

CommandException

public CommandException()

CommandException

public CommandException(String msg)

CommandException

public CommandException(Throwable t)

CommandException

public CommandException(String msg,
                        Throwable t)