FabricConnectionDeniedException 类
定义
The exception that is thrown when connection is denied.
public class FabricConnectionDeniedException extends FabricException
- 继承
继承成员
FabricException.FabricException()
FabricException.FabricException(FabricErrorCode errorCode)
FabricException.FabricException(String message)
FabricException.FabricException(String message, FabricErrorCode errorCode)
FabricException.FabricException(String message, Throwable cause)
FabricException.FabricException(String message, Throwable cause, FabricErrorCode errorCode)
FabricException.FabricException(Throwable cause)
FabricException.FabricException(Throwable cause, FabricErrorCode errorCode)
FabricException.FabricException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
FabricException.FabricException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, FabricErrorCode errorCode)
FabricException.getErrorCode()
构造函数
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) |