Package | Description |
---|---|
org.teiid.core | |
org.teiid.core.crypto | |
org.teiid.core.types | |
org.teiid.core.util |
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) |
Copyright © 2020. All rights reserved.