public class PopException
extends java.lang.Exception
| Constructor and Description |
|---|
PopException(java.lang.String message)
Creates exception with specified message string.
|
PopException(java.lang.String message,
java.lang.Throwable cause)
PopException is thrown by many methods of Pop class.
|
PopException(java.lang.Throwable cause) |
public PopException(java.lang.String message)
message - thrown if I/O or POP3 error occurspublic PopException(java.lang.String message,
java.lang.Throwable cause)
message - the message of exceptioncause - the exception which caused this exceptionpublic PopException(java.lang.Throwable cause)
Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved