search for: getcause

Displaying 2 results from an estimated 2 matches for "getcause".

Did you mean: getcase
2003 Nov 12
1
Talk with from Java
...\n>"); c = reader.readLine(); out.write(c); out.flush(); } catch(Exception e) { System.out.println(e.toString()); System.out.println("Cause : " + e.getCause()); System.out.println("Message : " + e.getMessage()); } } } catch (Exception e) { System.out.println(e.toString()); System.out.println("Cause : " + e.getCause()); System.out...
2009 Aug 10
1
Building tomcat6, SRPM jakarta-commons-dbcp-1.2.1-7jpp.ep1.2.ep5.el5.src.rpm fails to build
...tedException.java:38: warning: non-varargs call of varargs method with inexact argument type for last parameter; [javac] cast to java.lang.Class<?> for a varargs call [javac] cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning [javac] getCauseMethod = Throwable.class.getMethod("getCause", null); [javac] ^ [javac] /root/rpmbuild/BUILD/commons-dbcp-1.2.1/src/java/org/apache/commons/dbcp/cpdsadapter/ConnectionImpl.java:40: org.apache.commons.dbcp.cpdsadapte...