Java javax.sql.rowset.spi SyncProviderException fields, constructors, methods, implement or subclass

Example usage for Java javax.sql.rowset.spi SyncProviderException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.sql.rowset.spi SyncProviderException.

The text is from its open source code.

Constructor

SyncProviderException(String msg)
Constructs a SyncProviderException object with the specified detail message.
SyncProviderException(SyncResolver syncResolver)
Constructs a SyncProviderException object with the specified SyncResolver instance.

Method

StringgetLocalizedMessage()
Creates a localized description of this throwable.
SyncResolvergetSyncResolver()
Retrieves the SyncResolver object that has been set for this SyncProviderException object, or if none has been set, an instance of the default SyncResolver implementation included in the reference implementation.