public class

IllegalWriteException

extends MessagingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.code.javax.mail.MessagingException
         ↳ com.google.code.javax.mail.IllegalWriteException

Class Overview

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

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.javax.mail.MessagingException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class com.google.code.javax.mail.MessagingException
From class java.lang.Throwable
Public Constructors
IllegalWriteException()
Constructs a IllegalWriteException with no detail message.
IllegalWriteException(String s)
Constructs a IllegalWriteException with the specified detail message.
[Expand]
Inherited Methods
From class com.google.code.javax.mail.MessagingException
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 3974370223328268013 (0x3727cca9375f0eed)

Public Constructors

public IllegalWriteException ()

Constructs a IllegalWriteException with no detail message.

public IllegalWriteException (String s)

Constructs a IllegalWriteException with the specified detail message.

Parameters
s The detail message