public class URLException extends GrinderException
| Constructor and Description |
|---|
URLException(java.lang.String s)
Creates a new
URLException instance. |
URLException(java.lang.String s,
java.lang.Throwable t)
Creates a new
URLException instance. |
public URLException(java.lang.String s)
URLException instance.s - Exception message.public URLException(java.lang.String s,
java.lang.Throwable t)
URLException instance.s - Exception message.t - Nested exception.