com.knowgate.hipergate.datamodel
Class ImportExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.knowgate.hipergate.datamodel.ImportExportException
All Implemented Interfaces:
java.io.Serializable

public class ImportExportException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ImportExportException(java.lang.String sMessage)
           
ImportExportException(java.lang.String sMessage, java.lang.Throwable oCause)
           
 
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

ImportExportException

public ImportExportException(java.lang.String sMessage)

ImportExportException

public ImportExportException(java.lang.String sMessage,
                             java.lang.Throwable oCause)