akka.actor
An ActorInitializationException is thrown when the the initialization logic for an Actor fails.
There is an extractor which works for ActorInitializationException and its subtypes:
ex match { case ActorInitializationException(actor, message, cause) => ... }
(Since version ) see corresponding Javadoc for more information.
An ActorInitializationException is thrown when the the initialization logic for an Actor fails.
There is an extractor which works for ActorInitializationException and its subtypes: