Class JdbcCacheStoreAccessException
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)