public class IllegalWriteException extends MessagingException
| コンストラクターと説明 |
|---|
IllegalWriteException() 詳細メッセージなしで IllegalWriteException を構築します。 |
IllegalWriteException(StringSE s) 指定された詳細メッセージで IllegalWriteException を構築します。 |
IllegalWriteException(StringSE s, ExceptionSE e) 指定された詳細メッセージと組み込み例外を使用して IllegalWriteException を構築します。 |
getCause, getNextException, setNextException, toStringaddSuppressedSE, fillInStackTraceSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic IllegalWriteException()
public IllegalWriteException(StringSE s)
s - 詳細なエラーメッセージ public IllegalWriteException(StringSE s, ExceptionSE e)
s - 詳細なエラーメッセージ e - 埋め込まれた例外 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.