| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.util.PTimerScheduleFailedException
PTimerScheduleFailedException | public class PTimerScheduleFailedException extends java.lang.Exception (Code) | | An exception thrown by the schedule() method of PTimer when a timer
specification can not be met.
|
PTimerScheduleFailedException | public PTimerScheduleFailedException()(Code) | | Constructs a PTimerScheduleFailedException with null as its error
detail message.
|
PTimerScheduleFailedException | public PTimerScheduleFailedException(String s)(Code) | | Constructs a PTimerScheduleFailedException with the specified
detail message.
The error message string s can later be retreived by Trowable.getMessage()
method of java.lang.Throwable.
Parameters: s - the detail message. |
|
|
|