你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FabricElementNotFoundException Class
- java.
lang. Object - RuntimeException
- FabricException
- system.
fabric. exception. FabricElementNotFoundException
- system.
public class FabricElementNotFoundException extends FabricException
Constructor Summary
Inherited Members
Constructor Details
FabricElementNotFoundException
public FabricElementNotFoundException()
FabricElementNotFoundException
public FabricElementNotFoundException(FabricErrorCode errorCode)
Parameters:
FabricElementNotFoundException
public FabricElementNotFoundException(String message)
Parameters:
FabricElementNotFoundException
public FabricElementNotFoundException(String message, FabricErrorCode errorCode)
Parameters:
FabricElementNotFoundException
public FabricElementNotFoundException(String message, Throwable cause)
Parameters:
FabricElementNotFoundException
protected FabricElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parameters:
FabricElementNotFoundException
protected FabricElementNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)
Parameters:
FabricElementNotFoundException
public FabricElementNotFoundException(String message, Throwable cause, FabricErrorCode errorCode)
Parameters:
FabricElementNotFoundException
public FabricElementNotFoundException(Throwable cause)
Parameters:
FabricElementNotFoundException
public FabricElementNotFoundException(Throwable cause, FabricErrorCode errorCode)
Parameters: