public class AuthenticationException extends GeneralSecurityExceptionSE
AuthException
に対応し、HttpAuthenticationMechanism
のメソッドがこの例外をスローするたびに、Jakarta Authentication ブリッジは AuthException
をスローして、この例外をラップする Jakarta Authentication ランタイムに戻す必要があります。コンストラクターと説明 |
---|
AuthenticationException() 詳細メッセージとして null を使用して、新しい AuthenticationException 例外を作成します。 |
AuthenticationException(StringSE message) 指定された詳細メッセージを使用して、新しい AuthenticationException 例外を構築します。 |
AuthenticationException(StringSE message, ThrowableSE cause) 指定された詳細メッセージと原因を使用して、新しい AuthenticationException 例外を構築します。 |
AuthenticationException(ThrowableSE cause) 指定された原因で新しい AuthenticationException 例外を構築します。 |
addSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public AuthenticationException()
null
を使用して、新しい AuthenticationException
例外を作成します。public AuthenticationException(StringSE message)
AuthenticationException
例外を構築します。message
- 詳細メッセージ。public AuthenticationException(StringSE message, ThrowableSE cause)
AuthenticationException
例外を構築します。message
- 詳細メッセージ。cause
- 原因。public AuthenticationException(ThrowableSE cause)
AuthenticationException
例外を構築します。cause
- 原因。Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.