org.jSyncManager.API.Protocol.Util

Class 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.

Constructor Summary

DatabaseFormatException()
Constructs a new DatabaseFormatException object.
DatabaseFormatException(String s)
Constructs a new DatabaseFormatException object with the given message.

Constructor Details

DatabaseFormatException

public DatabaseFormatException()
Constructs a new DatabaseFormatException object.

DatabaseFormatException

public DatabaseFormatException(String s)
Constructs a new DatabaseFormatException object with the given message.
Parameters:
s - a String containing the exeception message text.