你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FabricServerAuthenticationFailedException Class
- java.
lang. Object - RuntimeException
- FabricException
- system.
fabric. exception. FabricServerAuthenticationFailedException
- system.
public class FabricServerAuthenticationFailedException extends FabricException
The exception that is thrown when server authentication failed.
Constructor Summary
Constructor | Description | |
---|---|---|
FabricServerAuthenticationFailedException() |
Initializes a new instance of the FabricServerAuthenticationFailedException class. |
|
FabricServerAuthenticationFailedException(String message) |
Initializes a new instance of the FabricServerAuthenticationFailedException class with a specified error message and error code. |
|
FabricServerAuthenticationFailedException(String message, Throwable cause) |
Initializes a new instance of the FabricServerAuthenticationFailedException class with a specified error message and error code. |
|
FabricServerAuthenticationFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) | ||
FabricServerAuthenticationFailedException(Throwable cause) |
Inherited Members
Constructor Details
FabricServerAuthenticationFailedException
public FabricServerAuthenticationFailedException()
Initializes a new instance of the FabricServerAuthenticationFailedException class.
FabricServerAuthenticationFailedException
public FabricServerAuthenticationFailedException(String message)
Initializes a new instance of the FabricServerAuthenticationFailedException class with a specified error message and error code.
Parameters:
FabricServerAuthenticationFailedException
public FabricServerAuthenticationFailedException(String message, Throwable cause)
Initializes a new instance of the FabricServerAuthenticationFailedException class with a specified error message and error code.
Parameters:
FabricServerAuthenticationFailedException
protected FabricServerAuthenticationFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Parameters:
FabricServerAuthenticationFailedException
public FabricServerAuthenticationFailedException(Throwable cause)
Parameters: