1 33 34 35 package com.internetcds.jdbc.tds; 36 37 import com.internetcds.jdbc.tds.TdsException; 38 39 47 public class TdsNotImplemented extends TdsException 48 { 49 public static final String cvsVersion = "$Id: TdsNotImplemented.java,v 1.1 2006/06/23 10:39:30 sinisa Exp $"; 50 51 52 public TdsNotImplemented(String msg) 53 { 54 super("Not implemented. " + msg); 55 } 56 } 57 | Popular Tags |