Compartilhar via


FabricServiceNotFoundException Classe

public class FabricServiceNotFoundException extends FabricElementNotFoundException

Exceção que indica que não há nenhum serviço encontrado por esse nome.

Resumo do Construtor

Construtor Description
FabricServiceNotFoundException()

Inicializa uma nova instância da classe FabricServiceNotFoundException. }

FabricServiceNotFoundException(String message)

Inicializa uma nova instância da classe FabricServiceNotFoundException com uma mensagem de erro especificada.

FabricServiceNotFoundException(String message, Throwable cause)

Inicializa uma nova instância da classe FabricServiceNotFoundException com uma mensagem de erro especificada e uma referência à exceção interna que é a causa da exceção.

FabricServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricServiceNotFoundException(Throwable cause)

Membros herdados

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()

Detalhes do construtor

FabricServiceNotFoundException

public FabricServiceNotFoundException()

Inicializa uma nova instância da classe FabricServiceNotFoundException. }

FabricServiceNotFoundException

public FabricServiceNotFoundException(String message)

Inicializa uma nova instância da classe FabricServiceNotFoundException com uma mensagem de erro especificada.

Parâmetros:

message - A mensagem de erro que explica a razão da exceção.

FabricServiceNotFoundException

public FabricServiceNotFoundException(String message, Throwable cause)

Inicializa uma nova instância da classe FabricServiceNotFoundException com uma mensagem de erro especificada e uma referência à exceção interna que é a causa da exceção.

Parâmetros:

message - A mensagem de erro que explica a razão da exceção.
cause - A exceção que é a causa da exceção atual ou uma referência nula se nenhuma exceção interna é especificada.

FabricServiceNotFoundException

protected FabricServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)

Parâmetros:

message
cause
enableSuppression
writableStackTrace

FabricServiceNotFoundException

public FabricServiceNotFoundException(Throwable cause)

Parâmetros:

cause

Aplica-se a