| public class java.sql SQLDataSetSyncException
|
Java SE 6 |
SQLRuntimeException thrown
when an invocation of the sync method for a disconnected
DataSet fails.
| since | 1.6 |
| Constructors | |||||||
|---|---|---|---|---|---|---|---|
| public | SQLDataSetSyncException(Throwable cause, DataSetResolver ds) Details
Reconstructs a SQLDataSetSyncException object with a given
cause.
The reason is initialized to null if
cause==null or to cause.toString() if
cause!=null.
| ||||||
| Properties | |
|---|---|
| public DataSetResolver | getDataSetResolver() Retrieves a DataSetResolver object that contains
the rows that could not be propagated to the underlying data source
by calling the sync method on a disconnected DataSet.
|
| About DocWeb · Bundles · Export · Export All | Top 10 · Statistics · Login |
| About Sun · Contact · Privacy · Terms of Use · Trademarks | Java SE 6 · Copyright © 1994-2009 Sun Microsystems, Inc.All rights reserved. Use is subject to license terms |
![]() |
![]() |
|