SynchronizationException constructors

Syntax
public SynchronizationException( )
Remarks

Constructs a SynchronizationException with no detail message.

Syntax
public SynchronizationException( java.lang.String s )
Remarks

Constructs a SynchronizationException with the specified detail message.

Parameters
  • s   A detail message.