Serialized Form


Package javax.mail

Class javax.mail.AuthenticationFailedException implements Serializable

Class javax.mail.FolderClosedException implements Serializable

Class javax.mail.FolderNotFoundException implements Serializable

Class javax.mail.IllegalWriteException implements Serializable

Class javax.mail.MessageRemovedException implements Serializable

Class javax.mail.MessagingException implements Serializable

Serialized Fields

next

java.lang.Exception next
The next exception in the chain.

Class javax.mail.MethodNotSupportedException implements Serializable

Class javax.mail.NoSuchProviderException implements Serializable

Class javax.mail.SendFailedException implements Serializable

Class javax.mail.StoreClosedException implements Serializable


Package javax.mail.event

Class javax.mail.event.ConnectionEvent implements Serializable

Serialized Fields

type

int type
The event type.

Class javax.mail.event.FolderEvent implements Serializable

Serialized Fields

type

int type
The event type.

Class javax.mail.event.MailEvent implements Serializable

Class javax.mail.event.MessageChangedEvent implements Serializable

Serialized Fields

type

int type
The event type.

Class javax.mail.event.MessageCountEvent implements Serializable

Serialized Fields

removed

boolean removed
If true, this event is the result of an explicit expunge by this client, and the messages in this folder have been renumbered to account for this. If false, this event is the result of an expunge by external sources.

type

int type
The event type.

Class javax.mail.event.StoreEvent implements Serializable

Serialized Fields

message

java.lang.String message
The message text to be presented to the user.

type

int type
The event type.

Class javax.mail.event.TransportEvent implements Serializable

Serialized Fields

type

int type
The event type.


Package javax.mail.internet

Class javax.mail.internet.AddressException implements Serializable

Serialized Fields

pos

int pos
The index in the string where the error occurred, or -1 if not known.

ref

java.lang.String ref
The string being parsed.

Class javax.mail.internet.ParseException implements Serializable


Package javax.mail.search

Class javax.mail.search.SearchException implements Serializable