All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class netscape.messaging.pop3.POP3Exception

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----netscape.messaging.pop3.POP3Exception

public class POP3Exception
extends IOException
The POP3Exception class represents an internal error in the POP3 implementation of the Messaging Access SDK.


Constructor Index

 o POP3Exception()
Creates a POP3Exception object.
 o POP3Exception(String)
Creates a POP3Exception object that includes a descriptive string.

Constructors

 o POP3Exception
 public POP3Exception()
Creates a POP3Exception object. Default constructor for the POP3Exception class.

 o POP3Exception
 public POP3Exception(String s)
Creates a POP3Exception object that includes a descriptive string.

Parameters:
s - String that describes the exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index