|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.metamatrix.core.MetaMatrixCoreException
org.teiid.connector.api.ConnectorException
public class ConnectorException
An exception the connector writer can return in case of an error while using the connector.
| Constructor Summary | |
|---|---|
ConnectorException()
No-arg constructor required by Externalizable semantics. |
|
ConnectorException(java.lang.String message)
Construct an instance with the message specified. |
|
ConnectorException(java.lang.Throwable e)
Construct an instance with a linked exception specified. |
|
ConnectorException(java.lang.Throwable e,
java.lang.String message)
Construct an instance from a message and an exception to chain to this one. |
|
| Method Summary |
|---|
| Methods inherited from class com.metamatrix.core.MetaMatrixCoreException |
|---|
getCause, initCause |
| 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 |
| Constructor Detail |
|---|
public ConnectorException()
public ConnectorException(java.lang.String message)
message - A message describing the exception
public ConnectorException(java.lang.Throwable e,
java.lang.String message)
code - A code denoting the exceptione - An exception to nest within this onepublic ConnectorException(java.lang.Throwable e)
e - An exception to chain to this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||