Package mireka.pop.store
Class MaildropPopException
- Object
-
- Throwable
-
- Exception
-
- mireka.pop.Pop3Exception
-
- mireka.pop.store.MaildropPopException
-
- All Implemented Interfaces:
java.io.Serializable
public class MaildropPopException extends Pop3Exception
Thrown if an error occurs in the mail retrieval part, related to the POP3 protocol, of the maildrop (in contrast to the mail insertion part which is related to the SMTP protocol).- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class mireka.pop.Pop3Exception
responseCode
-
-
Constructor Summary
Constructors Constructor Description MaildropPopException(String responseCode, String message)
-
Method Summary
-
Methods inherited from class mireka.pop.Pop3Exception
toResponse
-
-