Class TransformationException

  • All Implemented Interfaces:
    Serializable

    public class TransformationException
    extends TeiidProcessingException
    The exception is thrown when an error occurs during data transformation, typically a formatting error or an invalid input type.
    See Also:
    Serialized Form
    • Constructor Detail

      • TransformationException

        public TransformationException()
        No-Arg Constructor
      • TransformationException

        public TransformationException​(String message)
        Construct an instance with the message specified.
        Parameters:
        message - A message describing the exception
      • TransformationException

        public TransformationException​(Throwable e)
      • TransformationException

        public TransformationException​(Throwable e,
                                       String message)
        Construct an instance from a message and an exception to chain to this one.
        Parameters:
        message - A message describing the exception
        e - An exception to nest within this one