Moving out ConfigurationException from akka.config to akka

This commit is contained in:
Viktor Klang 2012-05-16 17:04:13 +02:00
parent 0527f81c20
commit 95db4bfd37
17 changed files with 111 additions and 60 deletions

View file

@ -85,7 +85,7 @@ class Serialization(val system: ExtendedActorSystem) extends Extension {
/**
* Returns the Serializer configured for the given object, returns the NullSerializer if it's null.
*
* @throws akka.config.ConfigurationException if no `serialization-bindings` is configured for the
* @throws akka.ConfigurationException if no `serialization-bindings` is configured for the
* class of the object
*/
def findSerializerFor(o: AnyRef): Serializer = o match {