Package org.teiid.net
Class ConnectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.teiid.core.TeiidException
-
- org.teiid.net.ConnectionException
-
- All Implemented Interfaces:
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
Constructors Constructor Description ConnectionException()
No-Arg ConstructorConnectionException(String message)
ConnectionException(Throwable e)
ConnectionException(Throwable e, String message)
ConnectionException(BundleUtil.Event event, Throwable e, String message)
-
Method Summary
-
Methods inherited from class org.teiid.core.TeiidException
getCode, getMessage, getOriginalType, setCode, setOriginalType
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConnectionException
public ConnectionException()
No-Arg Constructor
-
ConnectionException
public ConnectionException(String message)
- Parameters:
message
-
-
ConnectionException
public ConnectionException(Throwable e)
- Parameters:
e
-
-
ConnectionException
public ConnectionException(Throwable e, String message)
- Parameters:
e
-message
-
-
ConnectionException
public ConnectionException(BundleUtil.Event event, Throwable e, String message)
-
-