Table of Contents

Class InvalidCredentialsException

Namespace
Apache.Ignite.Security.Exception
Assembly
Apache.Ignite.dll

Exception thrown when authentication fails due to invalid credentials.

[Serializable]
public sealed class InvalidCredentialsException : IgniteException, ISerializable
Inheritance
InvalidCredentialsException
Implements
Inherited Members

Constructors

InvalidCredentialsException(Guid, int, string?, Exception?)

Initializes a new instance of the InvalidCredentialsException class.

public InvalidCredentialsException(Guid traceId, int code, string? message, Exception? innerException = null)

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.