FabricConnectionDeniedException Class
- java.
lang. Object - RuntimeException
- FabricException
- system.
fabric. exception. FabricConnectionDeniedException
- system.
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:
FabricConnectionDeniedException
public FabricConnectionDeniedException(String message, Throwable cause)
Initializes a new instance of the FabricConnectionDeniedException class with a specified error message and error code.
Parameters:
FabricConnectionDeniedException
protected FabricConnectionDeniedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parameters:
FabricConnectionDeniedException
public FabricConnectionDeniedException(Throwable cause)
Parameters:
Applies to
Azure SDK for Java