akka.camel.internal
Class ActorActivationException

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.camel.internal.ActorActivationException
All Implemented Interfaces:
java.io.Serializable

public class ActorActivationException
extends AkkaException

INTERNAL API Thrown by the registrars to indicate that the actor could not be activated.

See Also:
Serialized Form

Constructor Summary
ActorActivationException(ActorRef actorRef, java.lang.Throwable cause)
           
 
Method Summary
 ActorRef actorRef()
           
 
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

ActorActivationException

public ActorActivationException(ActorRef actorRef,
                                java.lang.Throwable cause)
Method Detail

actorRef

public ActorRef actorRef()