FabricCannotConnectException Class

  • java.lang.Object
    • RuntimeException

public class FabricCannotConnectException extends FabricException

Constructor Summary

Constructor Description
FabricCannotConnectException()
FabricCannotConnectException(String message)

Initializes a new instance of the FabricCannotConnectException class with a specified error message.

FabricCannotConnectException(String message, Throwable cause)

Initializes a new instance of the FabricCannotConnectException class with a specified error message and error code.

FabricCannotConnectException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricCannotConnectException(String message, Throwable cause, FabricErrorCode errorCode)

Initializes a new instance of the FabricCannotConnectException class with a specified error message and error code.

FabricCannotConnectException(Throwable cause)

Inherited Members

Constructor Details

FabricCannotConnectException

public FabricCannotConnectException()

FabricCannotConnectException

public FabricCannotConnectException(String message)

Initializes a new instance of the FabricCannotConnectException class with a specified error message.

Parameters:

message - The error message that explains the reason for the exception.

FabricCannotConnectException

public FabricCannotConnectException(String message, Throwable cause)

Initializes a new instance of the FabricCannotConnectException class with a specified error message and error code.

Parameters:

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

FabricCannotConnectException

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

Parameters:

message
cause
enableSuppression
writableStackTrace

FabricCannotConnectException

public FabricCannotConnectException(String message, Throwable cause, FabricErrorCode errorCode)

Initializes a new instance of the FabricCannotConnectException class with a specified error message and error code.

Parameters:

message - The error message that explains the reason for the exception.
cause - The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
errorCode - ErrorCode of the exception

FabricCannotConnectException

public FabricCannotConnectException(Throwable cause)

Parameters:

cause

Applies to