Changed UnknownRemoteException to CannotInstantiateRemoteExceptionDueToRemoteProtocolParsingErrorException - should be more clear now.
This commit is contained in:
parent
0d23cf157a
commit
e6c658f58d
2 changed files with 2 additions and 2 deletions
|
|
@ -546,7 +546,7 @@ class ActiveRemoteClientHandler(
|
|||
} catch {
|
||||
case problem: Throwable =>
|
||||
EventHandler.error(problem, this, problem.getMessage)
|
||||
UnknownRemoteException(problem, classname, exception.getMessage)
|
||||
CannotInstantiateRemoteExceptionDueToRemoteProtocolParsingErrorException(problem, classname, exception.getMessage)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue