public class NtpException extends Exception
| Constructor and Description |
|---|
NtpException()
Creates an NtpException.
|
NtpException(String message)
Creates an NtpException with a message.
|
NtpException(String message,
Throwable cause)
Creates an NtpException with a message and cause.
|
NtpException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NtpException()
public NtpException(String message, Throwable cause)
message - the messagecause - the causepublic NtpException(String message)
message - the messagepublic NtpException(Throwable cause)
cause - the causeCopyright © 2003–2014 The Apache Software Foundation. All rights reserved.