org.springframework.integration.scheduling.spi
Class UnschedulableTaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.integration.scheduling.spi.UnschedulableTaskException
All Implemented Interfaces:
java.io.Serializable

public class UnschedulableTaskException
extends java.lang.RuntimeException

An exception indicating that a SchedulableTask could not be scheduled. The typical reason is that the ScheduleServiceProvider does not understand the Schedule.

Author:
Marius Bogoevici
See Also:
Serialized Form

Field Summary
private  Schedule schedule
           
 
Constructor Summary
UnschedulableTaskException(java.lang.String message, Schedule schedule)
           
UnschedulableTaskException(java.lang.Throwable t, Schedule schedule)
           
 
Method Summary
 Schedule getSchedule()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

schedule

private Schedule schedule
Constructor Detail

UnschedulableTaskException

public UnschedulableTaskException(java.lang.Throwable t,
                                  Schedule schedule)

UnschedulableTaskException

public UnschedulableTaskException(java.lang.String message,
                                  Schedule schedule)
Method Detail

getSchedule

public Schedule getSchedule()