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 classComponentNotFoundExceptionException which occurs if a system component could not be found by another component.classTeiidComponentExceptionException which occurs if an error occurs within the server that is not business-related.classTeiidProcessingExceptionThis 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 classCryptoExceptionA 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 classTransformationExceptionThe 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 ObjectReflectionHelper. create(String className, Object[] ctorObjs, Class<?>[] argTypes, ClassLoader classLoader)static ObjectReflectionHelper. 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.
-