javax.mail
类 IllegalWriteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.IllegalWriteException
- 所有已实现的接口:
- Serializable
public class IllegalWriteException
- extends MessagingException
The exception thrown when a write is attempted on a read-only attribute
of any Messaging object.
- 作者:
- John Mani
- 另请参见:
- 序列化表格
IllegalWriteException
public IllegalWriteException()
- Constructs a IllegalWriteException with no detail message.
IllegalWriteException
public IllegalWriteException(String s)
- Constructs a IllegalWriteException with the specified detail message.
- 参数:
s - the detail message
Copyright © 2013. All Rights Reserved.