Class JdbcCacheStoreConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.ignite.lang.IgniteException
org.gridgain.cache.store.jdbc.JdbcCacheStoreConfigurationException
All Implemented Interfaces:
Serializable, org.apache.ignite.lang.TraceableException

public class JdbcCacheStoreConfigurationException extends org.apache.ignite.lang.IgniteException
Thrown if cache store configuration is invalid.
See Also:
  • Constructor Details

    • JdbcCacheStoreConfigurationException

      public JdbcCacheStoreConfigurationException(UUID traceId, int code, String message, Throwable cause)
      Creates a new cache store configuration 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).