forked from External/mage
[CMR] fixed Armix, Filigree Thrasher - not working card, missing target (#7234);
This commit is contained in:
parent
bf7f9931ee
commit
9f67765e2d
7 changed files with 60 additions and 23 deletions
|
|
@ -143,7 +143,7 @@ public class SessionImpl implements Session {
|
|||
logger.error("Connect: unknown server error", exep.getCause());
|
||||
}
|
||||
} else if (cause instanceof NoSuchMethodException) {
|
||||
// NoSuchMethodException is thrown on an invocation of an unknow JBoss remoting
|
||||
// NoSuchMethodException is thrown on an invocation of an unknown JBoss remoting
|
||||
// method, so it's likely to be because of a version incompatibility.
|
||||
addMessage = "The following method is not available in the server, probably the "
|
||||
+ "server version is not compatible with the client: " + cause.getMessage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue