javax.mail

Class IllegalWriteException


public class IllegalWriteException
extends MessagingException

The exception thrown when a write is attempted on a read-only attribute of any Messaging object.

Constructor Summary

IllegalWriteException()
IllegalWriteException(String message)

Method Summary

Methods inherited from class javax.mail.MessagingException

getMessage, getNextException, printStackTrace, printStackTrace, setNextException

Constructor Details

IllegalWriteException

public IllegalWriteException()


IllegalWriteException

public IllegalWriteException(String message)