public class URLHandlerException
extends java.lang.RuntimeException
Constructor and Description |
---|
URLHandlerException()
Instantiates a new uRL handler exception.
|
URLHandlerException(java.lang.String message)
Instantiates a new uRL handler exception.
|
URLHandlerException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new uRL handler exception.
|
URLHandlerException(java.lang.Throwable cause)
Instantiates a new uRL handler exception.
|
public URLHandlerException()
public URLHandlerException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the causepublic URLHandlerException(java.lang.String message)
message
- the messagepublic URLHandlerException(java.lang.Throwable cause)
cause
- the cause