次の方法で共有


FabricServerAuthenticationFailedException クラス

  • java.lang.Object
    • RuntimeException
      • FabricException
        • system.fabric.exception.FabricServerAuthenticationFailedException

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 クラスの新しいインスタンスを初期化します。

パラメーター:

message - 例外の原因を説明するエラー メッセージ。

FabricServerAuthenticationFailedException

public FabricServerAuthenticationFailedException(String message, Throwable cause)

指定したエラー メッセージおよびエラー コードを使用して、FabricServerAuthenticationFailedException クラスの新しいインスタンスを初期化します。

パラメーター:

message - 例外の原因を説明するエラー メッセージ。
cause - 現在の例外の原因である例外、または、内部例外を指定しない場合は null 参照。

FabricServerAuthenticationFailedException

protected FabricServerAuthenticationFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)

パラメーター:

message
cause
enableSuppression
writableStackTrace

FabricServerAuthenticationFailedException

public FabricServerAuthenticationFailedException(Throwable cause)

パラメーター:

cause

適用対象