vendor specific error code finding ???
Author: sherine tresa (http://www.jguru.com/guru/viewbio.jsp?EID=1271687), Nov 18, 2005 I used the getError Code() method here .But it raised cannot resolve symbol error.The code is as shown below.I cannot use the SQLException here because of other exceptions thrown by the code. try{ // code …URLConnection setting }catch(Exception e) { System.out.print(“\nError : “+e.getErrorCode()); } now how can i get error code for errors like file not found and server not found ..