Fixing ticket 808
This commit is contained in:
parent
b5873ff2c7
commit
c2486cd52c
14 changed files with 95 additions and 79 deletions
|
|
@ -41,7 +41,7 @@ import java.util.concurrent.atomic.{AtomicReference, AtomicBoolean}
|
|||
import java.util.concurrent._
|
||||
import akka.AkkaException
|
||||
|
||||
class RemoteClientMessageBufferException(message: String) extends AkkaException(message)
|
||||
class RemoteClientMessageBufferException(message: String, cause: Throwable = null) extends AkkaException(message, cause)
|
||||
|
||||
object RemoteEncoder {
|
||||
def encode(rmp: RemoteMessageProtocol): AkkaRemoteProtocol = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue