Class TeiidComponentException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ComponentNotFoundException

    public class TeiidComponentException
    extends TeiidException
    Exception which occurs if an error occurs within the server that is not business-related. For instance, if a service or bean is not available or communication fails.
    See Also:
    Serialized Form
    • 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)