Partager via


FabricEndpointNotFoundException Classe

  • java.lang.Object
    • RuntimeException

public class FabricEndpointNotFoundException extends FabricException

Exception indiquant que le point de terminaison spécifié est introuvable.

Récapitulatif du constructeur

Constructeur Description
FabricEndpointNotFoundException()

Initialise une nouvelle instance de la classe FabricEndpointNotFoundException.

FabricEndpointNotFoundException(String message)

Initialise une nouvelle instance de la classe FabricEndpointNotFoundException avec un message d'erreur spécifié.

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

Membres hérités

Détails du constructeur

FabricEndpointNotFoundException

public FabricEndpointNotFoundException()

Initialise une nouvelle instance de la classe FabricEndpointNotFoundException.

FabricEndpointNotFoundException

public FabricEndpointNotFoundException(String message)

Initialise une nouvelle instance de la classe FabricEndpointNotFoundException avec un message d'erreur spécifié.

Paramètres:

message - message d’entrée

FabricEndpointNotFoundException

public FabricEndpointNotFoundException(String message, Throwable cause)

Paramètres:

message
cause

FabricEndpointNotFoundException

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

Paramètres:

message
cause
enableSuppression
writableStackTrace

FabricEndpointNotFoundException

public FabricEndpointNotFoundException(Throwable cause)

Paramètres:

cause

S’applique à