com.ezprotocols.ezpop
Class EzPOPException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ezprotocols.ezpop.EzPOPException
All Implemented Interfaces:
java.io.Serializable

public class EzPOPException
extends java.lang.Exception

EzPOPException is thrown when a problem occurs during communication with the POP Server.

See Also:
Serialized Form

Constructor Summary
EzPOPException()
           
EzPOPException(java.lang.String description)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EzPOPException

public EzPOPException()

EzPOPException

public EzPOPException(java.lang.String description)


Copyright © EzProtocols.com All Rights Reserved.