javax.mail
Class IllegalWriteException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.mail.MessagingException
              extended byjavax.mail.IllegalWriteException
All Implemented Interfaces:
java.io.Serializable

public class IllegalWriteException
extends MessagingException

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

Version:
1.3
Author:
Chris Burdess
See Also:
Serialized Form

Constructor Summary
IllegalWriteException()
           
IllegalWriteException(java.lang.String message)
           
 
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, printStackTrace, printStackTrace, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalWriteException

public IllegalWriteException()

IllegalWriteException

public IllegalWriteException(java.lang.String message)


© Copyright 2003, 2004 The Free Software Foundation, All rights reserved