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.
- Author:
- Pascal Essiembre
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor.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
-
Constructor Details
-
URLException
public URLException()Constructor. -
URLException
Constructor.- Parameters:
message- exception message
-
URLException
Constructor.- Parameters:
cause- exception cause
-
URLException
Constructor.- Parameters:
message- exception messagecause- exception cause
-