akka.actor
Class IllegalActorStateException

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.IllegalActorStateException
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class IllegalActorStateException
extends AkkaException
implements scala.Product, scala.Serializable

IllegalActorStateException is thrown when a core invariant in the Actor implementation has been violated. For instance, if you try to create an Actor that doesn't extend Actor.

See Also:
Serialized Form

Constructor Summary
IllegalActorStateException(java.lang.String message)
           
 
Method Summary
 java.lang.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
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

IllegalActorStateException

public IllegalActorStateException(java.lang.String message)
Method Detail

message

public java.lang.String message()