Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
public SynchronizationException( )
构造一个不带任何细节消息的 SynchronizationException。
public SynchronizationException( java.lang.String s )
用指定的细节消息构造 SynchronizationException。
s 细节消息。