FabricServiceNotFoundException Classe
- java.
lang. Object - RuntimeException
- FabricException
- FabricElementNotFoundException
- system.
fabric. exception. FabricServiceNotFoundException
- system.
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
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:
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:
FabricServiceNotFoundException
protected FabricServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Paramètres:
FabricServiceNotFoundException
public FabricServiceNotFoundException(Throwable cause)
Paramètres:
S’applique à
Azure SDK for Java