FabricNotPrimaryException クラス
- java.
lang. Object - RuntimeException
- FabricException
- system.
fabric. exception. FabricNotPrimaryException
- system.
public class FabricNotPrimaryException extends FabricException
コンストラクターの概要
継承メンバー
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()
コンストラクターの詳細
FabricNotPrimaryException
public FabricNotPrimaryException()
FabricNotPrimaryException
public FabricNotPrimaryException(String message)
パラメーター:
message
FabricNotPrimaryException
public FabricNotPrimaryException(String message, Throwable cause)
パラメーター:
message
cause
FabricNotPrimaryException
protected FabricNotPrimaryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
パラメーター:
message
cause
enableSuppression
writableStackTrace
FabricNotPrimaryException
public FabricNotPrimaryException(Throwable cause)
パラメーター:
cause
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java