Class TeiidComponentException

    • Constructor Detail

      • TeiidComponentException

        public TeiidComponentException()
      • TeiidComponentException

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

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

        public TeiidComponentException​(Throwable e,
                                       String message)