Table of Contents

Class JdbcCacheStoreAccessException

Namespace
Gridgain.Cache.Store.Jdbc
Assembly
Apache.Ignite.dll

Thrown if cache store can't be accessed.

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

Constructors

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

Initializes a new instance of the JdbcCacheStoreAccessException class.

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

Parameters

traceId Guid

Trace id.

code int

Code.

message string

Message.

innerException Exception

Inner exception.