Sunday, June 11, 2017

List of Presto DB exceptions


This article contains Presto DB exceptions and their meaning from source code.

AccessDeniedException.java

/**
 * Checked exception thrown when a file system operation is denied, typically
 * due to a file permission or other access check.
 *
 * <p> This exception is not related to the {@link
 * java.security.AccessControlException AccessControlException} or {@link
 * SecurityException} thrown by access controllers or security managers when
 * access to a file is denied.
 *
 * @since 1.7
 */

BenchmarkDriverExecutionException.java

ColumnNotFoundException.java

        Specified columnName  not found in the table.

CompilationException.java

ExceededCpuLimitException.java

Exceeded CPU limit for some duration.

ExceededMemoryLimitException.java

Query exceeded max memory size .

ExceededSpillLimitException.java

Query exceeded local spill limit .

GenericExceptionAction.java

HiveReadOnlyException.java

        Table is readonly.

HiveViewNotSupportedException.java

         Hive views are not supported

InvalidCheckpointException.java

NotFoundException.java

NotImplementedException.java

/**
/**
 * Thrown when a required JDBC method is not yet implemented.
 */

OperatorNotFoundException.java

OrcCorruptionException.java

PageTooLargeException.java

              Remote page is too large.

PageTransportErrorException.java

PageTransportTimeoutException.java

ParquetCorruptionException.java

ParsingException.java

Particular was not parseable.

PartitionNotFoundException.java

Particular partition was not found in Hive table.

PartitionOfflineException.java

PrestoException.java

QueryAbortedException.java

QueryQueueFullException.java

Too many queued queries for running.

RcFileCorruptionException.java

SchemaAlreadyExistsException.java

Schema already exists in the hive catalog.

SchemaNotFoundException.java

                Schema is not found. or schemaName is null

SemanticException.java

SemanticExceptions.java

TableAlreadyExistsException.java

Table already exists in Hive catalog.

TableNotFoundException.java

Table not found in the schema.

TimeZoneNotSupportedException.java

Time zone not supported.

TypesDoNotMatchException.java

VerifierException.java

ViewAlreadyExistsException.java

View already exists in the Hive.

ViewNotFoundException.java

View not found in Presto data base.