javax.mail

Class IllegalWriteException


public class IllegalWriteException
extends MessagingException

An exception thrown when a modification of a read-only property is attempted.

Constructor Summary

IllegalWriteException()
Constructs a messaging exception with no detail message.
IllegalWriteException(String message)
Constructs a messaging exception with the specified detail message.

Method Summary

Methods inherited from class javax.mail.MessagingException

getMessage, getNextException, printStackTrace, printStackTrace, setNextException

Constructor Details

IllegalWriteException

public IllegalWriteException()
Constructs a messaging exception with no detail message.

IllegalWriteException

public IllegalWriteException(String message)
Constructs a messaging exception with the specified detail message.
Parameters:
message - the detail message