FabricEndpointNotFoundException Classe
- java.
lang. Object - RuntimeException
- FabricException
- system.
fabric. exception. FabricEndpointNotFoundException
- system.
public class FabricEndpointNotFoundException extends FabricException
Exceção que indica que o ponto de extremidade especificado não foi encontrado.
Resumo do Construtor
Construtor | Description | |
---|---|---|
FabricEndpointNotFoundException() |
Inicializa uma nova instância da classe FabricEndpointNotFoundException. |
|
FabricEndpointNotFoundException(String message) |
Inicializa uma nova instância da classe FabricEndpointNotFoundException com uma mensagem de erro especificada. |
|
FabricEndpointNotFoundException(String message, Throwable cause) | ||
FabricEndpointNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) | ||
FabricEndpointNotFoundException(Throwable cause) |
Membros herdados
Detalhes do construtor
FabricEndpointNotFoundException
public FabricEndpointNotFoundException()
Inicializa uma nova instância da classe FabricEndpointNotFoundException.
FabricEndpointNotFoundException
public FabricEndpointNotFoundException(String message)
Inicializa uma nova instância da classe FabricEndpointNotFoundException com uma mensagem de erro especificada.
Parâmetros:
FabricEndpointNotFoundException
public FabricEndpointNotFoundException(String message, Throwable cause)
Parâmetros:
FabricEndpointNotFoundException
protected FabricEndpointNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parâmetros:
FabricEndpointNotFoundException
public FabricEndpointNotFoundException(Throwable cause)
Parâmetros:
Aplica-se a
Azure SDK for Java