JSSL0080E:javax.net.ssl.SSLHandshakeException
Tuesday, April 28, 2015
Sunday, April 26, 2015
Javax.mail.MessagingException
IOException while sending message;
nested exception is:
com.sun.mail.SMTP.SMTPTransport.sendMessage.
You seem to have call javax.mail.Transport. send from a j2ee application.
occurs if attachment is not present.
Remember extension is must , in case the extension is missing you will get this exception .
Monday, April 6, 2015
Reports
Report can be scheduled based on events or time . this can be sent to bank user or bank customer.
Customer cheques
Stale Customer cheque can be revalidated . in case of correspondent bank cheque stale and revalidation status need not be shared to corr. Bank through a report.
Saturday, December 6, 2014
java bird eye view
java
J2SE
J2ME
J2EE
Collections:There are inbuilt class for different data structures available in java . They are classified into 3 List ,Set and Map .
A list can have duplicate values whereas a Set cannot have duplicate values.
A Map is used to store data in form of key and value.A Map does not allow duplicate keys but allows duplicate values.
Dequeue
Subscribe to:
Posts (Atom)
-
Hi Guys , In this blog I will share information related to error : can't bind to 'formcontrol' since it isn't a known pr...
-
Hi Guys , This blog is about the error " Target container is not a DOM element. " The full error in the console log is ...
-
Error Blog This blog is about the error Error: Objects are not valid as a React child Problem Statement error on start of...