org.equanda.ymport
Class ImportHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.equanda.ymport.ImportHandlerException
All Implemented Interfaces:
Serializable

public class ImportHandlerException
extends Exception

Exception class indicating various problems in handling data for import (fields or tables not found, missing needed data, errors at create/update)

Author:
NetRom team, Joachim Van der Auwera
See Also:
Serialized Form

Constructor Summary
ImportHandlerException()
           
ImportHandlerException(String message)
           
ImportHandlerException(String message, Throwable cause)
           
ImportHandlerException(Throwable cause)
           
 
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

ImportHandlerException

public ImportHandlerException()

ImportHandlerException

public ImportHandlerException(Throwable cause)

ImportHandlerException

public ImportHandlerException(String message)

ImportHandlerException

public ImportHandlerException(String message,
                              Throwable cause)


Copyright © 2007-2009. All Rights Reserved.