Class EventSchedulerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.stokpop.eventscheduler.exception.EventSchedulerException
-
- All Implemented Interfaces:
java.io.Serializable
public class EventSchedulerException extends java.lang.Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventSchedulerException(java.lang.String message)EventSchedulerException(java.lang.String message, java.lang.Exception e)
-