Class ImportExportException

    • Constructor Detail

      • ImportExportException

        public ImportExportException​(String caller,
                                     String message)
        Set the caller and the error message
        Parameters:
        caller -
        message -
      • ImportExportException

        public ImportExportException​(String caller,
                                     String message,
                                     Exception nestedException)
        Set the caller, the error message and the nested exception.
        Parameters:
        caller -
        message -
        nestedException -
      • ImportExportException

        public ImportExportException​(String caller,
                                     String message,
                                     String infos)
        Set the caller, infos and the error message.
        Parameters:
        caller -
        message -
        infos -
      • ImportExportException

        public ImportExportException​(String caller,
                                     String message,
                                     String infos,
                                     Exception nestedException)
        Set the caller, the error message, infos and the nested exception.
        Parameters:
        caller -
        message -
        infos -
        nestedException -