Module jakarta.mail
Package jakarta.mail

Class ReadOnlyFolderException

java.lang.Object
All Implemented Interfaces:
Serializable

public class ReadOnlyFolderException extends MessagingException
This exception is thrown when an attempt is made to open a folder read-write access when the folder is marked read-only.

The getMessage() method returns more detailed information about the error that caused this exception.

See Also: