This project has retired. For details please refer to its Attic page.
Coverage Report
Coverage Report - org.apache.ws.scout.transport.TransportException
 
Classes in this File Line Coverage Branch Coverage Complexity
TransportException
0%
0/2
N/A
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  
 }