FabricServiceNotFoundException クラス

public class FabricServiceNotFoundException extends FabricElementNotFoundException

その名前でサービスが見つからないことを示す例外。

コンストラクターの概要

コンストラクター 説明
FabricServiceNotFoundException()

FabricServiceNotFoundException クラスの新しいインスタンスを初期化します。 }

FabricServiceNotFoundException(String message)

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

FabricServiceNotFoundException(String message, Throwable cause)

指定したエラー メッセージおよびこの例外の原因となった内部例外への参照を使用して、FabricServiceNotFoundException クラスの新しいインスタンスを初期化します。

FabricServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricServiceNotFoundException(Throwable cause)

継承メンバー

FabricElementNotFoundException.FabricElementNotFoundException() FabricElementNotFoundException.FabricElementNotFoundException(FabricErrorCode errorCode) FabricElementNotFoundException.FabricElementNotFoundException(String message, FabricErrorCode errorCode) FabricElementNotFoundException.FabricElementNotFoundException(String message, Throwable cause, FabricErrorCode errorCode) FabricElementNotFoundException.FabricElementNotFoundException(String message, Throwable cause) FabricElementNotFoundException.FabricElementNotFoundException(String message) FabricElementNotFoundException.FabricElementNotFoundException(Throwable cause, FabricErrorCode errorCode) FabricElementNotFoundException.FabricElementNotFoundException(Throwable cause) FabricElementNotFoundException.FabricElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode) FabricElementNotFoundException.FabricElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) FabricException.FabricException() FabricException.FabricException(FabricErrorCode errorCode) FabricException.FabricException(String message) FabricException.FabricException(String message, FabricErrorCode errorCode) FabricException.FabricException(String message, Throwable cause) FabricException.FabricException(String message, Throwable cause, FabricErrorCode errorCode) FabricException.FabricException(Throwable cause) FabricException.FabricException(Throwable cause, FabricErrorCode errorCode) FabricException.FabricException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) FabricException.FabricException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode) FabricException.getErrorCode()

コンストラクターの詳細

FabricServiceNotFoundException

public FabricServiceNotFoundException()

FabricServiceNotFoundException クラスの新しいインスタンスを初期化します。 }

FabricServiceNotFoundException

public FabricServiceNotFoundException(String message)

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

パラメーター:

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

FabricServiceNotFoundException

public FabricServiceNotFoundException(String message, Throwable cause)

指定したエラー メッセージおよびこの例外の原因となった内部例外への参照を使用して、FabricServiceNotFoundException クラスの新しいインスタンスを初期化します。

パラメーター:

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

FabricServiceNotFoundException

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

パラメーター:

message
cause
enableSuppression
writableStackTrace

FabricServiceNotFoundException

public FabricServiceNotFoundException(Throwable cause)

パラメーター:

cause

適用対象