public class DhcpException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
DhcpException()
This empty constructor is used if no
explanation of the DHCP exception is required.
|
DhcpException(java.lang.String description)
This constructor is used if a description of the event
that caused the exception is required.
|
DhcpException(java.lang.String description,
java.lang.Exception e)
This constructor is used if a description of the event that caused the
exception is required.
|
private static final long serialVersionUID
public DhcpException()
public DhcpException(java.lang.String description)
description - this is a description of the exceptionpublic DhcpException(java.lang.String description,
java.lang.Exception e)
description - this is a description of the exceptione -