org.equanda.ymport
Class ImportHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.