Package org.gridgain.cache.store.jdbc
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,TraceableException
Thrown if cache store configuration is invalid.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJdbcCacheStoreConfigurationException(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. -
Method Summary
Methods inherited from class org.apache.ignite.lang.IgniteException
code, codeAsString, errorCode, groupCode, groupName, toString, traceIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
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 benull).
-