FabricConnectionDeniedException Class

  • java.lang.Object
    • RuntimeException

public class FabricConnectionDeniedException extends FabricException

The exception that is thrown when connection is denied.

Constructor Summary

Constructor Description
FabricConnectionDeniedException()

Initializes a new instance of the FabricConnectionDeniedException class.

FabricConnectionDeniedException(String message)

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

FabricConnectionDeniedException(String message, Throwable cause)

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

FabricConnectionDeniedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricConnectionDeniedException(Throwable cause)

Inherited Members

Constructor Details

FabricConnectionDeniedException

public FabricConnectionDeniedException()

Initializes a new instance of the FabricConnectionDeniedException class.

FabricConnectionDeniedException

public FabricConnectionDeniedException(String message)

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

Parameters:

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

FabricConnectionDeniedException

public FabricConnectionDeniedException(String message, Throwable cause)

Initializes a new instance of the FabricConnectionDeniedException 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.

FabricConnectionDeniedException

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

Parameters:

message
cause
enableSuppression
writableStackTrace

FabricConnectionDeniedException

public FabricConnectionDeniedException(Throwable cause)

Parameters:

cause

Applies to