|
||||||||||
| 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.ntp.NtpException
public class NtpException
The root of the NTP exception hierarchy.
| Constructor Summary | |
|---|---|
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)
|
|
| 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 NtpException()
public NtpException(String message,
Throwable cause)
message - the messagecause - the causepublic NtpException(String message)
message - the messagepublic NtpException(Throwable cause)
cause - the cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||