org.iperg.part.core
Class IpInvalidUrlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.iperg.part.core.IpException
              extended by org.iperg.part.core.IpInvalidUrlException
All Implemented Interfaces:
java.io.Serializable

public class IpInvalidUrlException
extends IpException

An IpInvalidUrlException is thrown if an URL used to connect to a remote address, or listen for incoming connections on a local address, is invalid. An invalid URL may for instance contain an unsupported protocol, or be syntactically incorrect.

Version:
1.0.0 Initial version
Author:
Olov Stahl - olovs@sics.se
See Also:
Serialized Form

Constructor Summary
IpInvalidUrlException()
           
IpInvalidUrlException(java.lang.String message)
           
 
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

IpInvalidUrlException

public IpInvalidUrlException()

IpInvalidUrlException

public IpInvalidUrlException(java.lang.String message)