Package org.exist.backup

Examples of org.exist.backup.ErrorReport$ResourceError


        } catch (final EXistException existException) {
            taskstatus.setStatus(TaskStatus.Status.STOPPED_ERROR);

            final List<ErrorReport> errors = new ArrayList<>();
            errors.add(
                new ErrorReport(
                    ErrorReport.CONFIGURATION_FAILD,
                    existException.getMessage(), existException));

            taskstatus.setReason(errors);
            changeStatus(taskstatus);
View Full Code Here

TOP

Related Classes of org.exist.backup.ErrorReport$ResourceError

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.