FabricServiceNotFoundException Class
- java.
lang. Object - RuntimeException
- FabricException
- FabricElementNotFoundException
- system.
fabric. exception. FabricServiceNotFoundException
- system.
public class FabricServiceNotFoundException extends FabricElementNotFoundException
Exception indicating that there is no Service Found by that name.
Constructor Summary
Constructor | Description | |
---|---|---|
FabricServiceNotFoundException() |
Initializes a new instance of the FabricServiceNotFoundException class. } |
|
FabricServiceNotFoundException(String message) |
Initializes a new instance of the FabricServiceNotFoundException class with a specified error message. |
|
FabricServiceNotFoundException(String message, Throwable cause) |
Initializes a new instance of the FabricServiceNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
|
FabricServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) | ||
FabricServiceNotFoundException(Throwable cause) |
Inherited Members
Constructor Details
FabricServiceNotFoundException
public FabricServiceNotFoundException()
Initializes a new instance of the FabricServiceNotFoundException class. }
FabricServiceNotFoundException
public FabricServiceNotFoundException(String message)
Initializes a new instance of the FabricServiceNotFoundException class with a specified error message.
Parameters:
FabricServiceNotFoundException
public FabricServiceNotFoundException(String message, Throwable cause)
Initializes a new instance of the FabricServiceNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters:
FabricServiceNotFoundException
protected FabricServiceNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parameters:
FabricServiceNotFoundException
public FabricServiceNotFoundException(Throwable cause)
Parameters:
Applies to
Azure SDK for Java