org.teiid.net
Class ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.teiid.core.TeiidException
              extended by org.teiid.net.ConnectionException
All Implemented Interfaces:
java.io.Serializable

public class ConnectionException
extends TeiidException

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 org.teiid.core.TeiidException
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 org.teiid.core.TeiidException
getChild, getCode, getFullMessage, getMessage, getOriginalType, setCode, setOriginalType, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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 © 2010. All Rights Reserved.