public class SchemaChangeException extends DrillException
| Constructor and Description |
|---|
SchemaChangeException() |
SchemaChangeException(String message) |
SchemaChangeException(String message,
Object... objects) |
SchemaChangeException(String message,
Throwable cause) |
SchemaChangeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
SchemaChangeException(String message,
Throwable cause,
Object... objects) |
SchemaChangeException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaChangeException |
schemaChanged(String message,
BatchSchema priorSchema,
BatchSchema newSchema) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SchemaChangeException()
public SchemaChangeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public SchemaChangeException(String message)
public SchemaChangeException(Throwable cause)
public static SchemaChangeException schemaChanged(String message, BatchSchema priorSchema, BatchSchema newSchema)
Copyright © 2022 The Apache Software Foundation. All rights reserved.