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