Class JdbcCacheStoreAccessException

All Implemented Interfaces:
Serializable, TraceableException

public class JdbcCacheStoreAccessException extends IgniteException
Thrown if cache store can't be accessed.
See Also:
  • Constructor Details

    • JdbcCacheStoreAccessException

      public JdbcCacheStoreAccessException(UUID traceId, int code, String message, Throwable cause)
      Creates a new cache store access exception with the given trace id, error code, detail message and cause.
      Parameters:
      traceId - Unique identifier of this exception.
      code - Full error code.
      message - Detail message.
      cause - Optional nested exception (can be null).