FileDocCategorySizeDatePackage
IllegalWriteException.javaAPI DocJavaMail 1.4.32562Tue Nov 17 10:38:12 GMT 2009javax.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
John Mani

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public IllegalWriteException()
Constructs a IllegalWriteException with no detail message.


                
      
	super();
    
public IllegalWriteException(String s)
Constructs a IllegalWriteException with the specified detail message.

param
s the detail message

	super(s);
    
Methods Summary