Class MigrateCacheException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ignite.migrationtools.persistence.exceptions.MigrateCacheException
- All Implemented Interfaces:
Serializable
MigrateCacheException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMigrateCacheException(String cacheName, String tableName, Throwable cause) Default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MigrateCacheException
Default constructor.- Parameters:
cacheName- Cache Name.tableName- Table Name.cause- Underlying cause of the error.
-
-
Method Details
-
cacheName
Gets the source cache name for the underlying migration request.- Returns:
- Cache Name.
-
tableName
Gets the target table name for the underlying migration request.- Returns:
- Table Name.
-