org.apache.directory.server.dhcp
Class DhcpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.server.dhcp.DhcpException
All Implemented Interfaces:
java.io.Serializable

public class DhcpException
extends java.lang.Exception

See Also:
Serialized Form

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.
 
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

DhcpException

public DhcpException()
This empty constructor is used if no explanation of the DHCP exception is required.


DhcpException

public DhcpException(java.lang.String description)
This constructor is used if a description of the event that caused the exception is required.

Parameters:
description - this is a description of the exception


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.