Class TeiidProcessingException

    • Constructor Detail

      • TeiidProcessingException

        public TeiidProcessingException()
        No-arg Constructor
      • TeiidProcessingException

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

        public TeiidProcessingException​(Throwable e)
        Construct an instance with a linked exception specified.
        Parameters:
        e - An exception to chain to this exception
      • TeiidProcessingException

        public TeiidProcessingException​(BundleUtil.Event code,
                                        Throwable t,
                                        String message)
        Construct an instance with the message and error code specified.
        Parameters:
        message - A message describing the exception
        code - The error code
      • TeiidProcessingException

        public TeiidProcessingException​(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