Results 1 to 2 of 2
Thread: java exception 0 >= 0
- 10-21-2010, 05:14 PM #1
Member
- Join Date
- Oct 2010
- Posts
- 1
- Rep Power
- 0
java exception 0 >= 0
While sending email using Java, I got exception and when I print the exception message showed as "0 >= 0" what is this exception message means, I googled but couldn't find the answer. me.getMessage() is printing
Error Messages: 0 >= 0
the email is existing in outlook directory and is valid email( I just replaced with fake email here) any clues of this exception??
I got the output asJava Code:.. Transport.send(msg); log.addMsg("Sent Message to: "+ mailto+" Completed..."); log.print(); } catch (Exception me) { StringBuffer errMsg = new StringBuffer(0); errMsg.append("Send to: " + this.mailto); errMsg.append("\n"); errMsg.append("Error Messages: " + me.getMessage()); }
21 Oct 2010 08:01:26,658 ERROR -
Send to: xx.yy@abc.com
Error Messages: 0 >= 0
thanks
SK
- 10-21-2010, 05:26 PM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Similar Threads
-
Exception in thread "main" java.lang Exception In InitializerError
By kenzo2009 in forum New To JavaReplies: 4Last Post: 10-25-2010, 07:42 PM -
Illegalthreadstate exception 110 Java ME
By Grimmjow in forum New To JavaReplies: 0Last Post: 05-22-2010, 02:56 AM -
SQL Exception from Java program
By jyotigupta6 in forum New To JavaReplies: 1Last Post: 10-28-2008, 06:27 PM -
SQL Exception from java program
By jyotigupta6 in forum New To JavaReplies: 3Last Post: 10-27-2008, 06:35 PM -
Trouble with factory method - unhandled exception type Exception
By desmond5 in forum New To JavaReplies: 1Last Post: 03-08-2008, 06:41 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks