你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FabricServiceNotFoundException 类
- java.
lang. Object - RuntimeException
- FabricException
- FabricElementNotFoundException
- system.
fabric. exception. FabricServiceNotFoundException
- system.
public class FabricServiceNotFoundException extends FabricElementNotFoundException
指示没有按该名称找到的服务的异常。
构造函数摘要
继承成员
构造函数详细信息
FabricServiceNotFoundException
public FabricServiceNotFoundException()
初始化 FabricServiceNotFoundException 类的新实例。 }
FabricServiceNotFoundException
public FabricServiceNotFoundException(String message)
用指定的错误消息初始化 FabricServiceNotFoundException 类的新实例。
参数:
FabricServiceNotFoundException
public FabricServiceNotFoundException(String message, Throwable cause)
使用指定的错误消息和对作为此异常原因的内部异常的引用来初始化 FabricServiceNotFoundException 类的新实例。
参数:
FabricServiceNotFoundException
protected FabricServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
参数:
FabricServiceNotFoundException
public FabricServiceNotFoundException(Throwable cause)
参数: