Package org.teiid.net

Class ConnectionException

  • All Implemented Interfaces:
    Serializable

    public class ConnectionException
    extends TeiidException
    This exception indicates that an error has occurred during connection. There are many possible reasons for this, but the most likely is a problem with connection parameters.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectionException

        public ConnectionException()
        No-Arg Constructor
      • ConnectionException

        public ConnectionException​(String message)
        Parameters:
        message -
      • ConnectionException

        public ConnectionException​(Throwable e)
        Parameters:
        e -
      • ConnectionException

        public ConnectionException​(Throwable e,
                                   String message)
        Parameters:
        e -
        message -