Class ScheduleEntryRunningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.common.CheckedException
de.espirit.firstspirit.access.schedule.ScheduleEntryRunningException
- All Implemented Interfaces:
LocalizableError
,Serializable
Thrown when a
ScheduleEntry
is started multiple times andits ScheduleEntry.ParallelExecutionMode
is ScheduleEntry.ParallelExecutionMode.DISALLOWED
.- Since:
- 5.2.2006
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class de.espirit.common.CheckedException
getContext, getErrorCode, getLocalizedMessage, setErrorCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScheduleEntryRunningException
public ScheduleEntryRunningException()
-
-
Method Details
-
getEntryName
Returns the name of theScheduleEntry
.- Returns:
- the name of the schedule entry, never
null
. - Since:
- 5.2.2006
-