Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
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.