FabricInvalidAddressException Class
- java.
lang. Object - RuntimeException
- FabricException
- system.
fabric. exception. FabricInvalidAddressException
- system.
public class FabricInvalidAddressException extends FabricException
The exception that is thrown when an address is not recognized by Service fabric.
Constructor Summary
Constructor | Description | |
---|---|---|
FabricInvalidAddressException() |
Initializes a new instance of the FabricInvalidAddressException class. |
|
FabricInvalidAddressException(String message) |
Initializes a new instance of the FabricInvalidAddressException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
|
FabricInvalidAddressException(String message, Throwable cause) |
Initializes a new instance of the FabricInvalidAddressException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
|
FabricInvalidAddressException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) | ||
FabricInvalidAddressException(Throwable cause) |
Inherited Members
Constructor Details
FabricInvalidAddressException
public FabricInvalidAddressException()
Initializes a new instance of the FabricInvalidAddressException class.
FabricInvalidAddressException
public FabricInvalidAddressException(String message)
Initializes a new instance of the FabricInvalidAddressException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters:
FabricInvalidAddressException
public FabricInvalidAddressException(String message, Throwable cause)
Initializes a new instance of the FabricInvalidAddressException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Parameters:
FabricInvalidAddressException
protected FabricInvalidAddressException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parameters:
FabricInvalidAddressException
public FabricInvalidAddressException(Throwable cause)
Parameters:
Applies to
Azure SDK for Java