FabricServerAuthenticationFailedException クラス
- java.
lang. Object - RuntimeException
- FabricException
- system.
fabric. exception. FabricServerAuthenticationFailedException
- system.
public class FabricServerAuthenticationFailedException extends FabricException
サーバー認証に失敗したときにスローされる例外。
コンストラクターの概要
コンストラクター | 説明 | |
---|---|---|
FabricServerAuthenticationFailedException() |
FabricServerAuthenticationFailedException クラスの新しいインスタンスを初期化します。 |
|
FabricServerAuthenticationFailedException(String message) |
指定したエラー メッセージおよびエラー コードを使用して、FabricServerAuthenticationFailedException クラスの新しいインスタンスを初期化します。 |
|
FabricServerAuthenticationFailedException(String message, Throwable cause) |
指定したエラー メッセージおよびエラー コードを使用して、FabricServerAuthenticationFailedException クラスの新しいインスタンスを初期化します。 |
|
FabricServerAuthenticationFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) | ||
FabricServerAuthenticationFailedException(Throwable cause) |
継承メンバー
コンストラクターの詳細
FabricServerAuthenticationFailedException
public FabricServerAuthenticationFailedException()
FabricServerAuthenticationFailedException クラスの新しいインスタンスを初期化します。
FabricServerAuthenticationFailedException
public FabricServerAuthenticationFailedException(String message)
指定したエラー メッセージおよびエラー コードを使用して、FabricServerAuthenticationFailedException クラスの新しいインスタンスを初期化します。
パラメーター:
FabricServerAuthenticationFailedException
public FabricServerAuthenticationFailedException(String message, Throwable cause)
指定したエラー メッセージおよびエラー コードを使用して、FabricServerAuthenticationFailedException クラスの新しいインスタンスを初期化します。
パラメーター:
FabricServerAuthenticationFailedException
protected FabricServerAuthenticationFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
パラメーター:
FabricServerAuthenticationFailedException
public FabricServerAuthenticationFailedException(Throwable cause)
パラメーター:
適用対象
Azure SDK for Java