FabricInvalidAddressException Class

  • java.lang.Object
    • RuntimeException

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:

message - Error message that explains the reason for the exception.

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:

message - Error message that explains the reason for the exception.
cause - Exception that is the cause of the current exception, or a null reference if no inner exception is specified.

FabricInvalidAddressException

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

Parameters:

message
cause
enableSuppression
writableStackTrace

FabricInvalidAddressException

public FabricInvalidAddressException(Throwable cause)

Parameters:

cause

Applies to