Add more debug.
This commit is contained in:
@@ -28,4 +28,8 @@ abstract public class ClientException extends WiseMappingException {
|
||||
public Severity getSeverity() {
|
||||
return this.severity;
|
||||
}
|
||||
|
||||
public String getTechInfo() {
|
||||
return getMessage();
|
||||
}
|
||||
}
|
||||
|
@@ -25,9 +25,9 @@ public class MultipleSessionsOpenException
|
||||
{
|
||||
public static final String MSG_KEY = "MINDMAP_OUTDATED_BY_YOU";
|
||||
|
||||
public MultipleSessionsOpenException(@NotNull String msg)
|
||||
public MultipleSessionsOpenException(@NotNull String techInfo)
|
||||
{
|
||||
super(msg,Severity.INFO);
|
||||
super(techInfo,Severity.INFO);
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
Reference in New Issue
Block a user