com.metamatrix.common.comm.exception
Class CommunicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by 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

Field Summary
 
Fields inherited from class com.metamatrix.core.MetaMatrixCoreException
code
 
Constructor Summary
CommunicationException()
          No-Arg Constructor
CommunicationException(java.lang.String message)
           
CommunicationException(java.lang.Throwable e)
           
CommunicationException(java.lang.Throwable e, java.lang.String message)
           
 
Method Summary
 
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException
getCode, getMessage
 
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
 

Constructor Detail

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.