Class ScheduleEntryRunningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.espirit.common.CheckedException
de.espirit.firstspirit.access.schedule.ScheduleEntryRunningException
All Implemented Interfaces:
de.espirit.common.LocalizableError, Serializable

public class ScheduleEntryRunningException extends CheckedException
Since:
5.2.2006
See Also:
  • Constructor Details

    • ScheduleEntryRunningException

      public ScheduleEntryRunningException()
  • Method Details

    • getEntryName

      @NotNull public @NotNull String getEntryName()
      Returns the name of the ScheduleEntry.
      Returns:
      the name of the schedule entry, never null.
      Since:
      5.2.2006