Uses of Class
org.teiid.core.TeiidException
-
Packages that use TeiidException Package Description org.teiid.core org.teiid.core.crypto org.teiid.core.types org.teiid.core.util -
-
Uses of TeiidException in org.teiid.core
Subclasses of TeiidException in org.teiid.core Modifier and Type Class 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. -
Uses of TeiidException in org.teiid.core.crypto
Subclasses of TeiidException in org.teiid.core.crypto Modifier and Type Class Description class
CryptoException
A catch-all exception for any exceptions related to encryption and decryption operations. -
Uses of TeiidException in org.teiid.core.types
Subclasses of TeiidException in org.teiid.core.types Modifier and Type Class Description class
TransformationException
The exception is thrown when an error occurs during data transformation, typically a formatting error or an invalid input type. -
Uses of TeiidException in org.teiid.core.util
Methods in org.teiid.core.util that throw TeiidException Modifier and Type Method Description protected static byte[]
ObjectConverterUtil. convertBlobToByteArray(Blob data)
static byte[]
ObjectConverterUtil. convertToByteArray(Object data)
static Object
ReflectionHelper. create(String className, Object[] ctorObjs, Class<?>[] argTypes, ClassLoader classLoader)
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.
-