public class IncompatibleSchemaException extends ValidationException
Exception thrown when a schema update is not compatible with the previous schema (or schemas) or with existing datasets (if shared storage is used, for example).
Constructor and Description |
---|
IncompatibleSchemaException(String message) |
IncompatibleSchemaException(String message,
Throwable cause) |
IncompatibleSchemaException(Throwable cause) |
check
format
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2013–2015. All rights reserved.