FabricServerAuthenticationFailedException Class

  • java.lang.Object
    • RuntimeException
      • FabricException
        • system.fabric.exception.FabricServerAuthenticationFailedException

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:

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

FabricServerAuthenticationFailedException

public FabricServerAuthenticationFailedException(String message, Throwable cause)

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

FabricServerAuthenticationFailedException

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

Parameters:

message
cause
enableSuppression
writableStackTrace

FabricServerAuthenticationFailedException

public FabricServerAuthenticationFailedException(Throwable cause)

Parameters:

cause

Applies to