FabricServiceNotFoundException Classe
- java.
lang. Object - RuntimeException
- FabricException
- FabricElementNotFoundException
- system.
fabric. exception. FabricServiceNotFoundException
- system.
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
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:
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:
FabricServiceNotFoundException
protected FabricServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parâmetros:
FabricServiceNotFoundException
public FabricServiceNotFoundException(Throwable cause)
Parâmetros:
Aplica-se a
Azure SDK for Java