akka.actor
Class SchedulerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by akka.AkkaException
                  extended by akka.actor.SchedulerException
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product, scala.util.control.NoStackTrace

public class SchedulerException
extends AkkaException
implements scala.util.control.NoStackTrace, scala.Product, scala.Serializable

This exception is thrown by Scheduler.schedule* when scheduling is not possible, e.g. after shutting down the Scheduler.

See Also:
Serialized Form

Constructor Summary
SchedulerException(java.lang.String msg)
           
 
Method Summary
 java.lang.String msg()
           
 
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
 
Methods inherited from interface scala.util.control.NoStackTrace
fillInStackTrace
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

SchedulerException

public SchedulerException(java.lang.String msg)
Method Detail

msg

public java.lang.String msg()