Partager via


FabricServiceNotFoundException Classe

public class FabricServiceNotFoundException extends FabricElementNotFoundException

Exception indiquant qu’aucun service n’est trouvé sous ce nom.

Récapitulatif du constructeur

Constructeur Description
FabricServiceNotFoundException()

Initialise une nouvelle instance de la classe FabricServiceNotFoundException. }

FabricServiceNotFoundException(String message)

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

FabricServiceNotFoundException(String message, Throwable cause)

Initialise une nouvelle instance de la classe FabricServiceNotFoundException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.

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

Membres hérités

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

Détails du constructeur

FabricServiceNotFoundException

public FabricServiceNotFoundException()

Initialise une nouvelle instance de la classe FabricServiceNotFoundException. }

FabricServiceNotFoundException

public FabricServiceNotFoundException(String message)

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

Paramètres:

message - Message d'erreur qui explique la raison de l'exception.

FabricServiceNotFoundException

public FabricServiceNotFoundException(String message, Throwable cause)

Initialise une nouvelle instance de la classe FabricServiceNotFoundException avec un message d'erreur spécifié et une référence à l'exception interne ayant provoqué cette exception.

Paramètres:

message - Message d'erreur qui explique la raison de l'exception.
cause - Exception qui est la cause de l'exception actuelle, ou référence null si aucune exception interne n'est spécifiée.

FabricServiceNotFoundException

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

Paramètres:

message
cause
enableSuppression
writableStackTrace

FabricServiceNotFoundException

public FabricServiceNotFoundException(Throwable cause)

Paramètres:

cause

S’applique à