com.metamatrix.common.comm.exception
Class CommunicationException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.metamatrix.core.MetaMatrixCoreException
com.metamatrix.core.MetaMatrixCoreException
               com.metamatrix.common.comm.exception.CommunicationException
com.metamatrix.common.comm.exception.CommunicationException
- All Implemented Interfaces: 
- java.io.Serializable
- Direct Known Subclasses: 
- SingleInstanceCommunicationException
- public class CommunicationException 
- extends MetaMatrixCoreException
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, toString | 
 
| 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 © 2009. All Rights Reserved.