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