Java > Other sample source codes
Smtp mailer exception
Smtp mailer exception package com.ack.j2ee.javamail; /** * Exception class for SMTP mailer exceptions */ public class SmtpMailerException extends Exception { /** * Constructor * @param str The exception error message */ public SmtpMailerException( String str ) { super( str ); } }
Java Codes
Beginners
Core Java
Date Time
Java2D
Java Applets
Java AWT
Mathematics
Networking
Servlets
Session
Sound
Swing
Threads
Util Package
JDBC
Learning
Other
Security
XML