FabricEndpointNotFoundException Class
- java.
lang. Object - RuntimeException
- FabricException
- system.
fabric. exception. FabricEndpointNotFoundException
- system.
public class FabricEndpointNotFoundException extends FabricException
Exception indicating that the specified endpoint was not found.
Constructor Summary
Constructor | Description | |
---|---|---|
FabricEndpointNotFoundException() |
Initializes a new instance of the FabricEndpointNotFoundException class. |
|
FabricEndpointNotFoundException(String message) |
Initializes a new instance of the FabricEndpointNotFoundException class with a specified error message. |
|
FabricEndpointNotFoundException(String message, Throwable cause) | ||
FabricEndpointNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) | ||
FabricEndpointNotFoundException(Throwable cause) |
Inherited Members
Constructor Details
FabricEndpointNotFoundException
public FabricEndpointNotFoundException()
Initializes a new instance of the FabricEndpointNotFoundException class.
FabricEndpointNotFoundException
public FabricEndpointNotFoundException(String message)
Initializes a new instance of the FabricEndpointNotFoundException class with a specified error message.
Parameters:
FabricEndpointNotFoundException
public FabricEndpointNotFoundException(String message, Throwable cause)
Parameters:
FabricEndpointNotFoundException
protected FabricEndpointNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parameters:
FabricEndpointNotFoundException
public FabricEndpointNotFoundException(Throwable cause)
Parameters:
Applies to
Azure SDK for Java