Package xal.sim.sync
Class SynchronizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
xal.XalException
xal.model.ModelException
xal.sim.sync.SynchronizationException
- All Implemented Interfaces:
Serializable
- Author:
- CKAllen
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofSynchronizationException
without detail message.Constructs an instance ofSynchronizationException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SynchronizationException
public SynchronizationException()Creates a new instance ofSynchronizationException
without detail message. -
SynchronizationException
Constructs an instance ofSynchronizationException
with the specified detail message.- Parameters:
msg
- the detail message.
-