Teiid 8.3.0.Final

org.teiid.translator
Class TranslatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.teiid.core.TeiidException
              extended by org.teiid.translator.TranslatorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JDBCExecutionException

public class TranslatorException
extends org.teiid.core.TeiidException

An exception the connector writer can return in case of an error while using the connector.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.teiid.core.TeiidException
code
 
Constructor Summary
TranslatorException()
          No-arg constructor required by Externalizable semantics.
TranslatorException(org.teiid.core.BundleUtil.Event event, String message)
           
TranslatorException(org.teiid.core.BundleUtil.Event event, Throwable e)
           
TranslatorException(org.teiid.core.BundleUtil.Event event, Throwable e, String message)
           
TranslatorException(String message)
          Construct an instance with the message specified.
TranslatorException(Throwable e)
          Construct an instance with a linked exception specified.
TranslatorException(Throwable e, String message)
          Construct an instance from a message and an exception to chain to this one.
 
Method Summary
 
Methods inherited from class org.teiid.core.TeiidException
getCode, getFullMessage, getMessage, getOriginalType, setCode, setOriginalType
 
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

TranslatorException

public TranslatorException()
No-arg constructor required by Externalizable semantics.


TranslatorException

public TranslatorException(String message)
Construct an instance with the message specified.

Parameters:
message - A message describing the exception

TranslatorException

public TranslatorException(Throwable e,
                           String message)
Construct an instance from a message and an exception to chain to this one.

Parameters:
code - A code denoting the exception
e - An exception to nest within this one

TranslatorException

public TranslatorException(Throwable e)
Construct an instance with a linked exception specified.

Parameters:
e - An exception to chain to this exception

TranslatorException

public TranslatorException(org.teiid.core.BundleUtil.Event event,
                           Throwable e)

TranslatorException

public TranslatorException(org.teiid.core.BundleUtil.Event event,
                           Throwable e,
                           String message)

TranslatorException

public TranslatorException(org.teiid.core.BundleUtil.Event event,
                           String message)

Teiid 8.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.