public class IllegalWriteException extends MessagingException
| 构造器和说明 |
|---|
IllegalWriteException()
Constructs an IllegalWriteException with no detail message.
|
IllegalWriteException(String s)
Constructs an IllegalWriteException with the specified
detail message.
|
IllegalWriteException(String s,
Exception e)
Constructs an IllegalWriteException with the specified
detail message and embedded exception.
|
getCause, getNextException, setNextException, toStringpublic IllegalWriteException()
public IllegalWriteException(String s)
s - The detailed error messageCopyright © 2021 Oracle. All rights reserved.