Package akka.camel.internal
Class ActorDeActivationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.AkkaException
-
- akka.camel.internal.ActorDeActivationException
-
- All Implemented Interfaces:
java.io.Serializable
,scala.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
Constructors Constructor Description ActorDeActivationException(ActorRef actorRef, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRef
actorRef()
-