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