Class MigrateCacheException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ignite.migrationtools.persistence.exceptions.MigrateCacheException
All Implemented Interfaces:
Serializable

public class MigrateCacheException extends Exception
MigrateCacheException.
See Also:
  • Constructor Details

    • MigrateCacheException

      public MigrateCacheException(String cacheName, String tableName, Throwable cause)
      Default constructor.
      Parameters:
      cacheName - Cache Name.
      tableName - Table Name.
      cause - Underlying cause of the error.
  • Method Details

    • cacheName

      public String cacheName()
      Gets the source cache name for the underlying migration request.
      Returns:
      Cache Name.
    • tableName

      public String tableName()
      Gets the target table name for the underlying migration request.
      Returns:
      Table Name.