mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
enhance LinphoneCoreException for j2me
This commit is contained in:
parent
ec20c54519
commit
668be4cddc
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public class LinphoneCoreException extends Exception {
|
|||
}
|
||||
|
||||
public LinphoneCoreException(String detailMessage,Throwable e) {
|
||||
super(detailMessage);
|
||||
super(detailMessage + "caused by ["+e.getClass().getName()+" "+ e.getMessage()+"]");
|
||||
mE = e;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue