Package org.teiid.net

Class CommunicationException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    SingleInstanceCommunicationException

    public class CommunicationException
    extends TeiidException
    An error occurred in communication between client and server. This error may or may not be recoverable. Generally the communication transport should be able to tell the difference and recover if possible.
    See Also:
    Serialized Form
    • Constructor Detail

      • CommunicationException

        public CommunicationException()
        No-Arg Constructor
      • CommunicationException

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

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

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