public class MetadataException extends DrillRuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataException.MetadataExceptionType |
| Modifier and Type | Method and Description |
|---|---|
MetadataException.MetadataExceptionType |
getExceptionType() |
static MetadataException |
of(MetadataException.MetadataExceptionType exceptionType) |
static MetadataException |
of(MetadataException.MetadataExceptionType exceptionType,
Throwable cause) |
checkInterrupted, create, createaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MetadataException.MetadataExceptionType getExceptionType()
public static MetadataException of(MetadataException.MetadataExceptionType exceptionType)
public static MetadataException of(MetadataException.MetadataExceptionType exceptionType, Throwable cause)
Copyright © 2022 The Apache Software Foundation. All rights reserved.