Package org.teiid.net
Class CommunicationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.teiid.core.TeiidException
-
- org.teiid.net.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
-
-
Field Summary
-
Fields inherited from class org.teiid.core.TeiidException
code
-
-
Constructor Summary
Constructors Constructor Description CommunicationException()
No-Arg ConstructorCommunicationException(String message)
CommunicationException(Throwable e)
CommunicationException(Throwable e, String message)
CommunicationException(BundleUtil.Event event, String message)
CommunicationException(BundleUtil.Event event, Throwable t)
CommunicationException(BundleUtil.Event event, Throwable t, String message)
-
Method Summary
-
Methods inherited from class org.teiid.core.TeiidException
getCode, getMessage, getOriginalType, setCode, setOriginalType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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
-
-
CommunicationException
public CommunicationException(BundleUtil.Event event, Throwable t, String message)
-
CommunicationException
public CommunicationException(BundleUtil.Event event, Throwable t)
-
CommunicationException
public CommunicationException(BundleUtil.Event event, String message)
-
-