dino.api
Class BadAddressException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dino.api.DiNoException
              extended by dino.api.BadAddressException
All Implemented Interfaces:
java.io.Serializable

public class BadAddressException
extends DiNoException

This exception is thrown in response to invalid URLs, host:port specifications, and destination names

Author:
Don Swartwout
See Also:
Serialized Form

Constructor Summary
BadAddressException()
           
BadAddressException(java.lang.String arg0)
           
BadAddressException(java.lang.String arg0, java.lang.Throwable arg1)
           
BadAddressException(java.lang.Throwable arg0)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadAddressException

public BadAddressException()

BadAddressException

public BadAddressException(java.lang.String arg0)

BadAddressException

public BadAddressException(java.lang.Throwable arg0)

BadAddressException

public BadAddressException(java.lang.String arg0,
                           java.lang.Throwable arg1)