com.metamatrix.common.comm.exception
Class SingleInstanceCommunicationException

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
                  extended by com.metamatrix.common.comm.exception.SingleInstanceCommunicationException
All Implemented Interfaces:
java.io.Serializable

public class SingleInstanceCommunicationException
extends CommunicationException

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
SingleInstanceCommunicationException()
          No-Arg Constructor
SingleInstanceCommunicationException(java.lang.String message)
           
SingleInstanceCommunicationException(java.lang.Throwable e)
           
SingleInstanceCommunicationException(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

SingleInstanceCommunicationException

public SingleInstanceCommunicationException()
No-Arg Constructor


SingleInstanceCommunicationException

public SingleInstanceCommunicationException(java.lang.String message)
Parameters:
message -

SingleInstanceCommunicationException

public SingleInstanceCommunicationException(java.lang.Throwable e)
Parameters:
e -

SingleInstanceCommunicationException

public SingleInstanceCommunicationException(java.lang.Throwable e,
                                            java.lang.String message)
Parameters:
e -
message -


Copyright © 2009. All Rights Reserved.