Compartilhar via


FabricEndpointNotFoundException Classe

  • java.lang.Object
    • RuntimeException

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:

message - mensagem de entrada

FabricEndpointNotFoundException

public FabricEndpointNotFoundException(String message, Throwable cause)

Parâmetros:

message
cause

FabricEndpointNotFoundException

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

Parâmetros:

message
cause
enableSuppression
writableStackTrace

FabricEndpointNotFoundException

public FabricEndpointNotFoundException(Throwable cause)

Parâmetros:

cause

Aplica-se a