Modifier and Type | Class and Description |
---|---|
class |
AdminComponentException
An
AdminComponentException is thrown when an error occurs as a
result of an internal component error. |
class |
AdminException
AdminException is the base exception for the admin package. |
class |
AdminProcessingException
An
AdminProcessingException indicates that an error occured during processing as a result
of user input. |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionEvaluationException
This exception is thrown when an error occurs while evaluating a SQL expression.
|
class |
FunctionExecutionException
During processing, an invalid function was detected.
|
class |
FunctionMetadataException
Detected invalid function metadata during validation.
|
class |
InvalidFunctionException
During processing, an invalid function was detected.
|
class |
QueryMetadataException
This exception is thrown when an error occurs while retrieving metadata
from a query component metadata facade.
|
class |
QueryParserException
Thrown when a query cannot be parsed.
|
class |
QueryPlannerException
This exception is thrown when an error occurs while planning the query.
|
class |
QueryProcessingException
This exception is thrown when an error occurs while retrieving metadata
from a query component metadata facade.
|
class |
QueryResolverException
This exception represents the case where the query submitted could not resolved
when it is checked against the metadata
|
class |
QueryValidatorException
This exception is thrown if an error is discovered while validating the query.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcedureErrorInstructionException
Used to notify the user that the virtual procedure raised an error.
|
class |
SourceWarning
This class is used to store the details of an atomic query warning.
|
Modifier and Type | Method and Description |
---|---|
TeiidException |
ResultsMessage.getException() |
Modifier and Type | Class and Description |
---|---|
class |
InvalidSessionException |
class |
LogonException
This exception is thrown when an attempt to log in to obtain a session has failed.
|
class |
TeiidSecurityException |
Modifier and Type | Class and Description |
---|---|
class |
XATransactionException
Exception which occurs if an error occurs within the server that is
XA transaction-related.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockedException
This exception is thrown if the buffer manager blocks waiting on input during
processing.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentNotFoundException
Exception which occurs if a system component could not be found by another
component.
|
class |
TeiidComponentException
Exception which occurs if an error occurs within the server that is not
business-related.
|
class |
TeiidProcessingException
This exception is a superclass for exceptions that are thrown during
processing as a result of user input.
|
Modifier and Type | Class and Description |
---|---|
class |
CryptoException
A catch-all exception for any exceptions related to encryption and decryption
operations.
|
Modifier and Type | Class and Description |
---|---|
class |
TransformationException
The exception is thrown when an error occurs during data transformation,
typically a formatting error or an invalid input type.
|
Modifier and Type | Method and Description |
---|---|
protected static byte[] |
ObjectConverterUtil.convertBlobToByteArray(Blob data) |
static byte[] |
ObjectConverterUtil.convertToByteArray(Object data) |
static Object |
ReflectionHelper.create(String className,
Collection<?> ctorObjs,
ClassLoader classLoader)
Helper method to create an instance of the class using the appropriate
constructor based on the ctorObjs passed.
|
static Object |
ReflectionHelper.create(String className,
Object[] ctorObjs,
Class<?>[] argTypes,
ClassLoader classLoader) |
Modifier and Type | Class and Description |
---|---|
class |
VirtualDatabaseException
The base exception from which all Runtime Metadata Exceptions extend.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionFactory |
TranslatorUtil.buildExecutionFactory(VDBTranslatorMetaData data) |
static Method |
TranslatorUtil.getSetter(Class<?> clazz,
Method method) |
Modifier and Type | Class and Description |
---|---|
static class |
ConnectorManagerRepository.ConnectorManagerException |
Modifier and Type | Method and Description |
---|---|
protected void |
RequestWorkItem.processMore() |
Modifier and Type | Class and Description |
---|---|
class |
SessionServiceException |
Modifier and Type | Class and Description |
---|---|
static class |
TeiidServiceNames.InvalidServiceNameException |
Modifier and Type | Method and Description |
---|---|
ServerConnection |
LocalProfile.createServerConnection(Properties info) |
Modifier and Type | Method and Description |
---|---|
ServerConnection |
ModuleLocalProfile.createServerConnection(Properties info) |
Modifier and Type | Method and Description |
---|---|
static IEntryResult[] |
SimpleIndexUtil.queryIndex(Index[] indexes,
char[] pattern,
boolean isPrefix,
boolean isCaseSensitive,
boolean returnFirstMatch)
Return all index file records that match the specified record prefix
or pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
CommunicationException
An error occurred in communication between client and server.
|
class |
ConnectionException
This exception indicates that an error has occurred during connection.
|
Modifier and Type | Class and Description |
---|---|
class |
SingleInstanceCommunicationException
An error occurred in communication between client and server.
|
Modifier and Type | Method and Description |
---|---|
static Object |
ODataTypeManager.convertByteArrayToTeiidRuntimeType(Class<?> type,
byte[] contents,
String odataType,
String srid) |
static Object |
ODataTypeManager.convertToTeiidRuntimeType(Class<?> type,
Object value,
String odataType,
String srid) |
static Object |
ODataTypeManager.parseLiteral(org.apache.olingo.commons.api.edm.EdmProperty edmProperty,
Class<?> runtimeType,
String value) |
static Object |
ODataTypeManager.parseLiteral(String odataType,
String value) |
Modifier and Type | Class and Description |
---|---|
class |
TeiidNotImplementedException |
Modifier and Type | Method and Description |
---|---|
static DocumentNode |
DocumentNode.build(DocumentNode resource,
org.apache.olingo.commons.api.edm.EdmEntityType type,
List<org.apache.olingo.server.api.uri.UriParameter> keyPredicates,
MetadataStore metadata,
org.apache.olingo.server.api.OData odata,
org.teiid.olingo.service.TeiidServiceHandler.UniqueNameGenerator nameGenerator,
boolean useAlias,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
org.teiid.olingo.service.ODataSQLBuilder.URLParseService parseService) |
static DocumentNode |
DocumentNode.build(org.apache.olingo.commons.api.edm.EdmEntityType type,
List<org.apache.olingo.server.api.uri.UriParameter> keyPredicates,
MetadataStore metadata,
org.apache.olingo.server.api.OData odata,
org.teiid.olingo.service.TeiidServiceHandler.UniqueNameGenerator nameGenerator,
boolean useAlias,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
org.teiid.olingo.service.ODataSQLBuilder.URLParseService parseService) |
static CrossJoinNode |
CrossJoinNode.buildCrossJoin(org.apache.olingo.commons.api.edm.EdmEntityType type,
List<org.apache.olingo.server.api.uri.UriParameter> keyPredicates,
MetadataStore metadata,
org.apache.olingo.server.api.OData odata,
org.teiid.olingo.service.TeiidServiceHandler.UniqueNameGenerator nameGenerator,
boolean useAlias,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
org.teiid.olingo.service.ODataSQLBuilder.URLParseService parseService,
boolean expand) |
static ExpandDocumentNode |
ExpandDocumentNode.buildExpand(org.apache.olingo.commons.api.edm.EdmNavigationProperty property,
MetadataStore metadata,
org.apache.olingo.server.api.OData odata,
org.teiid.olingo.service.TeiidServiceHandler.UniqueNameGenerator nameGenerator,
boolean useAlias,
org.apache.olingo.server.api.uri.UriInfo uriInfo,
org.teiid.olingo.service.ODataSQLBuilder.URLParseService parseService,
DocumentNode context) |
Expression |
ODataExpressionToSQLVisitor.getExpression(org.apache.olingo.server.api.uri.queryoption.expression.Expression expr) |
Expression |
ODataExpressionToSQLVisitor.getExpression(org.apache.olingo.server.api.uri.UriInfoResource info) |
Insert |
ODataSQLBuilder.insert(org.apache.olingo.commons.api.edm.EdmEntityType entityType,
org.apache.olingo.commons.api.data.Entity entity,
List<org.apache.olingo.server.api.uri.UriParameter> keys,
boolean prepared) |
Query |
ODataSQLBuilder.selectQuery() |
Query |
ODataSQLBuilder.selectWithEntityKey(org.apache.olingo.commons.api.edm.EdmEntityType entityType,
org.apache.olingo.commons.api.data.Entity entity,
Map<String,Object> generatedKeys,
List<org.teiid.olingo.service.TeiidServiceHandler.ExpandNode> expand) |
Update |
ODataSQLBuilder.update(org.apache.olingo.commons.api.edm.EdmEntityType entityType,
org.apache.olingo.commons.api.data.Entity entity,
boolean prepared) |
Update |
ODataSQLBuilder.updateProperty(org.apache.olingo.commons.api.edm.EdmProperty edmProperty,
org.apache.olingo.commons.api.data.Property property,
boolean prepared,
boolean rawValue) |
Update |
ODataSQLBuilder.updateStreamProperty(org.apache.olingo.commons.api.edm.EdmProperty edmProperty,
InputStream content) |
Modifier and Type | Class and Description |
---|---|
static class |
QueryProcessor.ExpiredTimeSliceException |
Modifier and Type | Method and Description |
---|---|
void |
ProcessorPlan.addWarning(TeiidException warning) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractValidationVisitor.handleException(TeiidException e) |
protected void |
AbstractValidationVisitor.handleException(TeiidException e,
LanguageObject obj) |
Modifier and Type | Method and Description |
---|---|
static void |
EmbeddedServer.createPreParser(VDBMetaData deployment) |
Modifier and Type | Class and Description |
---|---|
class |
TranslatorBatchException
An exception the connector writer can return in case of an
error while executing
BatchedUpdates |
class |
TranslatorException
An exception the connector writer can return in case of an
error while using the connector.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCExecutionException |
Copyright © 2019. All rights reserved.