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:
Applies to
Azure SDK for Java