com.metamatrix.common.comm.exception
Class ConnectionException

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.ConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionException
extends MetaMatrixCoreException

This exception indicates that an error has occurred during connection. There are many possible reasons for this, but the most likely is a problem with connection parameters.

See Also:
Serialized Form

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

ConnectionException

public ConnectionException()
No-Arg Constructor


ConnectionException

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

ConnectionException

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

ConnectionException

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


Copyright © 2009. All Rights Reserved.