Moving out ConfigurationException from akka.config to akka
This commit is contained in:
parent
0527f81c20
commit
95db4bfd37
17 changed files with 111 additions and 60 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue