⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
javax.mail

Class IllegalWriteException

Exception
|
+--javax.mail.MessagingException
   |
   +--javax.mail.IllegalWriteException


public class IllegalWriteException
extends MessagingException

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

Constructor Summary

IllegalWriteException()

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

IllegalWriteException(String message)

Constructor Details

IllegalWriteException

public IllegalWriteException()

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

Author:

IllegalWriteException

public IllegalWriteException(String message)

Parameters:
message