Package com.norconex.commons.lang.url
Class UrlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.url.UrlException
- All Implemented Interfaces:
Serializable
Runtime exception thrown when dealing with URL failures.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUrlException(String message) UrlException(String message, Throwable cause) UrlException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UrlException
public UrlException() -
UrlException
-
UrlException
-
UrlException
-