Class SyncOperationException

All Implemented Interfaces:
LocalizableError, Serializable

public class SyncOperationException extends AccessRuntimeException
This SyncOperationException may be thrown when using ExternalSync API. It is thrown if any RuntimeException is thrown during ImportOperation#perform() or ExportOperation#perform().
Since:
5.2.508
See Also:
  • Constructor Details

    • SyncOperationException

      public SyncOperationException()
  • Method Details

    • getErrors

      @NotNull public @NotNull List<FeatureError> getErrors(@Nullable FeatureError.Level level)
      Returns a list of import errors.
      Parameters:
      level - Filter list of returned errors to errors of this level. If null return all errors andwarnings.
      Since:
      5.2.1403
    • getGlobalErrors

      @NotNull public @NotNull List<FeatureError> getGlobalErrors(@Nullable FeatureError.Level level)
      Returns a list of global import errors.
      Parameters:
      level - Filter list of returned errors to errors of this level. If null return all errors andwarnings.
      Since:
      5.2.1403