|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.iperg.part.core.IpException org.iperg.part.core.IpInvalidUrlException
public class IpInvalidUrlException
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.
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 |
---|
public IpInvalidUrlException()
public IpInvalidUrlException(java.lang.String message)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |