org.apache.directory.server.ntp
Class NtpException

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

public class NtpException
extends java.lang.Exception

The root of the NTP exception hierarchy.

Version:
$Rev: 434434 $, $Date: 2006-08-24 18:56:08 +0200 (Thu, 24 Aug 2006) $
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
NtpException()
          Creates an NtpException.
NtpException(java.lang.String message)
          Creates an NtpException with a message.
NtpException(java.lang.String message, java.lang.Throwable cause)
          Creates an NtpException with a message and cause.
NtpException(java.lang.Throwable cause)
           
 
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

NtpException

public NtpException()
Creates an NtpException.


NtpException

public NtpException(java.lang.String message,
                    java.lang.Throwable cause)
Creates an NtpException with a message and cause.

Parameters:
message - the message
cause - the cause

NtpException

public NtpException(java.lang.String message)
Creates an NtpException with a message.

Parameters:
message - the message

NtpException

public NtpException(java.lang.Throwable cause)
Parameters:
cause - the cause


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