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