Project

General

Profile

« Previous | Next » 

Revision 46430

added exception details

View differences:

ApiException.java
8 8
		super(msg);
9 9
		this.code = code;
10 10
	}
11

  
12
	public ApiException (int code, String msg, Throwable e) {
13
		super(msg, e);
14
		this.code = code;
15
	}
11 16
}

Also available in: Unified diff