Classes in this File | Line Coverage | Branch Coverage | Complexity | ||||
TransportException |
|
| 1.0;1 |
1 | package org.apache.ws.scout.transport; | |
2 | ||
3 | public class TransportException extends Exception { | |
4 | ||
5 | private static final long serialVersionUID = -3024629866231364359L; | |
6 | ||
7 | public TransportException(Exception e) { | |
8 | 0 | super(e); |
9 | 0 | } |
10 | } |