|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This report was generated with an evaluation server license. Purchase Clover or configure your license. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
NetworkException | Line # 3 | 4 | 4 | 0% |
0.0
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
No Tests | |||
1 | package com.dreamcatcher.bicycle.exception; | |
2 | ||
3 | public class NetworkException extends Exception { | |
4 | private static final long serialVersionUID = 1639042918413298333L; | |
5 | ||
6 | 0 |
![]() |
7 | 0 | super(); |
8 | } | |
9 | ||
10 | 0 |
![]() |
11 | 0 | super(detailMessage, throwable); |
12 | } | |
13 | ||
14 | 0 |
![]() |
15 | 0 | super(detailMessage); |
16 | } | |
17 | ||
18 | 0 |
![]() |
19 | 0 | super(throwable); |
20 | } | |
21 | ||
22 | } |
|