Class 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 Detail

      • ImportEntryAlreadyExistsException

        public ImportEntryAlreadyExistsException()
      • ImportEntryAlreadyExistsException

        public ImportEntryAlreadyExistsException​(String message,
                                                 Throwable cause)
      • ImportEntryAlreadyExistsException

        public ImportEntryAlreadyExistsException​(String message)
      • ImportEntryAlreadyExistsException

        public ImportEntryAlreadyExistsException​(Throwable cause)