com.crankuptheamps.client.exception
Class InvalidURIException

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.InvalidURIException
All Implemented Interfaces:
Serializable

public class InvalidURIException
extends ConnectionException

See Also:
Serialized Form

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

InvalidURIException

public InvalidURIException()

InvalidURIException

public InvalidURIException(String msg)

InvalidURIException

public InvalidURIException(Throwable t)

InvalidURIException

public InvalidURIException(String msg,
                           Throwable t)