com.crankuptheamps.client.exception
Class SubidInUseException

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

public class SubidInUseException
extends CommandException

See Also:
Serialized Form

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

SubidInUseException

public SubidInUseException()

SubidInUseException

public SubidInUseException(String msg)

SubidInUseException

public SubidInUseException(Throwable t)

SubidInUseException

public SubidInUseException(String msg,
                           Throwable t)