All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.network.mail.pop3.POP3Exception

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.network.mail.pop3.POP3Exception

public class POP3Exception
extends Exception
This class signals a Post Office Protocol exception.

Author:
Mohit M Sant

Constructor Index

 o POP3Exception()
Constructor for POP3Exception .
 o POP3Exception(String)
Constructor for POP3Exception .

Constructors

 o POP3Exception
 public POP3Exception()
Constructor for POP3Exception .

 o POP3Exception
 public POP3Exception(String s)
Constructor for POP3Exception .

Parameters:
s - exception information.

All Packages  Class Hierarchy  This Package  Previous  Next  Index