org.jSyncManager.API.Protocol.Util
Class DatabaseFormatException
Exceptionorg.jSyncManager.API.Protocol.Util.DatabaseFormatException
public class DatabaseFormatException
extends Exception
The DatabaseFormatException class.
This exeception is generated when there is a problem with
the format of a database object.
DatabaseFormatException
public DatabaseFormatException()
Constructs a new DatabaseFormatException object.
DatabaseFormatException
public DatabaseFormatException(String s)
Constructs a new DatabaseFormatException object with the given message.
s - a String containing the exeception message text.