akka.camel.internal
Class ActorDeActivationException

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

public class ActorDeActivationException
extends AkkaException

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

See Also:
Serialized Form

Constructor Summary
ActorDeActivationException(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

ActorDeActivationException

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

actorRef

public ActorRef actorRef()