Class FailedSynchronizationException

    • Constructor Detail

      • FailedSynchronizationException

        public FailedSynchronizationException​(String msg)
        Constructs an instance of FailedSynchronizationException with the specified detail message.
        Parameters:
        msg - the detail message
      • FailedSynchronizationException

        public FailedSynchronizationException​(String msg,
                                              Throwable cause)
        Constructs an instance of FailedSynchronizationException with the specified detail message and cause.
        Parameters:
        msg - the detail message
        cause - the causal Throwable