Package xal.sim.sync

Class SynchronizationException

All Implemented Interfaces:
Serializable

public class SynchronizationException extends ModelException
Author:
CKAllen
See Also:
  • Constructor Details

    • SynchronizationException

      public SynchronizationException()
      Creates a new instance of SynchronizationException without detail message.
    • SynchronizationException

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