Class NoSuchScheduleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.cloud.dataflow.server.repository.NoSuchScheduleException
All Implemented Interfaces:
Serializable

public class NoSuchScheduleException extends RuntimeException
Exception is thrown if there is no schedule information available.
Author:
Christian Tzolov
See Also:
  • Constructor Details

    • NoSuchScheduleException

      public NoSuchScheduleException(String message)