public class NtpException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
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) |
private static final long serialVersionUID
public NtpException()
public NtpException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causepublic NtpException(java.lang.String message)
message - the messagepublic NtpException(java.lang.Throwable cause)
cause - the cause