Coverage Report - net.sf.sapjcosupport.jdbc.SapQLException
 
Classes in this File Line Coverage Branch Coverage Complexity
SapQLException
0% 
N/A 
0
 
 1  
 package net.sf.sapjcosupport.jdbc;
 2  
 
 3  
 import java.sql.SQLException;
 4  
 
 5  
 /**
 6  
  * Created by IntelliJ IDEA.
 7  
  * User: NDE1677
 8  
  * Date: Jul 6, 2006
 9  
  * Time: 2:00:29 PM
 10  
  * To change this template use File | Settings | File Templates.
 11  
  */
 12  0
 public class SapQLException extends SQLException {
 13  
 }