public class

SmtpProtocolException

extends IOException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.io.IOException
         ↳ sun.net.smtp.SmtpProtocolException

Class Overview

This exeception is thrown when unexpected results are returned during an SMTP session.

Summary

[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object