Class RecordAndTableSchemaMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.ignite.migrationtools.persistence.mappers.RecordAndTableSchemaMismatchException
- All Implemented Interfaces:
Serializable
RecordAndTableSchemaMismatchException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRecordAndTableSchemaMismatchException(Collection<String> missingColumnsInRecord, Collection<String> additionalColumnsInRecord) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RecordAndTableSchemaMismatchException
public RecordAndTableSchemaMismatchException(Collection<String> missingColumnsInRecord, Collection<String> additionalColumnsInRecord) Constructor.
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-
additionalColumnsInRecord
-
missingColumnsInRecord
-
toString
-