oracle.lite.mSync was
replaced by oracle.opensync.ose and
oracle.opensync.syncagent. This class may be removed from future
release.public class SyncException
extends java.lang.Exception
| Constructor and Description |
|---|
SyncException()
Deprecated.
Constructs a "clear" object
|
SyncException(int errorCode,
java.lang.String errorMessage)
Deprecated.
Constructs an object using the error code and message provided.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Deprecated.
Get the error code
|
java.lang.String |
getErrorMessage()
Deprecated.
Get the error message
|
public SyncException()
public SyncException(int errorCode,
java.lang.String errorMessage)
errorCode - - The error. Refer to OCAPI doc of a list of available error codes.errorMessage - - A readable text message that provides extra information.