public SynchronizationException( )
Constructs a SynchronizationException with no detail message.
public SynchronizationException( java.lang.String s )
Constructs a SynchronizationException with the specified detail message.
s A detail message.