com.crankuptheamps.client.exception
Class ProtocolNotFoundException

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

public class ProtocolNotFoundException
extends ProtocolException

See Also:
Serialized Form

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

ProtocolNotFoundException

public ProtocolNotFoundException()

ProtocolNotFoundException

public ProtocolNotFoundException(String msg)

ProtocolNotFoundException

public ProtocolNotFoundException(Throwable t)

ProtocolNotFoundException

public ProtocolNotFoundException(String msg,
                                 Throwable t)