Class ImportEntryAlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.service.importprocess.ImportEntryAlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class ImportEntryAlreadyExistsException extends OBException
This exception is thrown when attempting to create an Import Entry that already exists either on ImportEntry or ImportEntryArchive tables- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImportEntryAlreadyExistsException()
ImportEntryAlreadyExistsException(String message)
ImportEntryAlreadyExistsException(String message, Throwable cause)
ImportEntryAlreadyExistsException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.openbravo.base.exception.OBException
getLogger, isLogExceptionNeeded
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ImportEntryAlreadyExistsException
public ImportEntryAlreadyExistsException()
-
ImportEntryAlreadyExistsException
public ImportEntryAlreadyExistsException(String message, Throwable cause)
-
ImportEntryAlreadyExistsException
public ImportEntryAlreadyExistsException(String message)
-
ImportEntryAlreadyExistsException
public ImportEntryAlreadyExistsException(Throwable cause)
-
-