FileDocCategorySizeDatePackage
IllegalWriteException.javaAPI DocGlassfish v2 API2617Mon May 14 15:28:48 BST 2007javax.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