Class InfobaseSynchronizationException

  • All Implemented Interfaces:
    Serializable

    public class InfobaseSynchronizationException
    extends org.eclipse.core.runtime.CoreException
    Infobase synchronization exception. Signals that synchronization with infobase process failed.

    Can be constructed with a single status when simple error occured or with multi-status when multiple errors occurred.

    See Also:
    Serialized Form
    • Constructor Detail

      • InfobaseSynchronizationException

        public InfobaseSynchronizationException​(org.eclipse.core.runtime.IStatus status)
        Constructs a new infobase synchronization exception with the given status object.
        Parameters:
        status - the status object describing this exception, cannot be null
        See Also:
        IStatus