org.objectweb.dream.control.activity.scheduler
Class StoppedSchedulerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.dream.control.activity.scheduler.StoppedSchedulerException
All Implemented Interfaces:
Serializable

public class StoppedSchedulerException
extends Exception

Exception thrown when trying to schedule an already stopped scheduler.

See Also:
Serialized Form

Constructor Summary
StoppedSchedulerException()
           
StoppedSchedulerException(String message)
           
 
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
 

Constructor Detail

StoppedSchedulerException

public StoppedSchedulerException()
See Also:
Exception.Exception()

StoppedSchedulerException

public StoppedSchedulerException(String message)
See Also:
Exception.Exception(java.lang.String)


Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.