com.metamatrix.common.comm.exception
Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.metamatrix.core.MetaMatrixCoreException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.