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:
- java.io.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CommunicationException
public CommunicationException()
- No-Arg Constructor
CommunicationException
public CommunicationException(java.lang.String message)
- Parameters:
message -
CommunicationException
public CommunicationException(java.lang.Throwable e)
- Parameters:
e -
CommunicationException
public CommunicationException(java.lang.Throwable e,
java.lang.String message)
- Parameters:
e - message -
Copyright © 2011. All Rights Reserved.