com.upokecenter.mail.MessageDataException

com.upokecenter.mail.MessageDataException

public final class MessageDataException extends RuntimeException

Exception thrown when a message has invalid syntax.

This library may throw exceptions of this type in certain cases, notably when errors occur, and may supply messages to those exceptions (the message can be accessed through the Message property in.NET or the getMessage() method in Java). These messages are intended to be read by humans to help diagnose the error (or other cause of the exception); they are not intended to be parsed by computer programs, and the exact text of the messages may change at any time between versions of this library.

Constructors

Methods

Back to MailLib start page.