org.LexGrid.LexBIG.caCore.dao.orm.translators
Class TranslationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gov.nih.nci.system.applicationservice.ApplicationException
              extended by org.LexGrid.LexBIG.caCore.dao.orm.translators.TranslationException
All Implemented Interfaces:
Serializable

public class TranslationException
extends gov.nih.nci.system.applicationservice.ApplicationException

See Also:
Serialized Form

Constructor Summary
TranslationException(String message)
           
TranslationException(String translatorName, Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

TranslationException

public TranslationException(String message)

TranslationException

public TranslationException(String translatorName,
                            Throwable e)