|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.directory.server.dhcp.DhcpException
public class DhcpException
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
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
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |