|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This report was generated with an evaluation server license. Purchase Clover or configure your license. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SubsonicRESTException | Line # 7 | 3 | 2 | 100% |
1.0
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
No Tests | |||
1 | package net.sourceforge.subsonic.androidapp.service.parser; | |
2 | ||
3 | /** | |
4 | * @author Sindre Mehus | |
5 | * @version $Id$ | |
6 | */ | |
7 | public class SubsonicRESTException extends Exception { | |
8 | ||
9 | private final int code; | |
10 | ||
11 | 8 |
![]() |
12 | 8 | super(message); |
13 | 8 | this.code = code; |
14 | } | |
15 | ||
16 | 4 |
![]() |
17 | 4 | return code; |
18 | } | |
19 | } |
|