你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

适用于