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
public class URLException extends RuntimeException
Runtime exception thrown when dealing with URL failures.- Author:
- Pascal Essiembre
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URLException()
Constructor.URLException(String message)
Constructor.URLException(String message, Throwable cause)
Constructor.URLException(Throwable cause)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-