jSyncManager

org.jSyncManager.API.Protocol.Util
Class DatabaseFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jSyncManager.API.Protocol.Util.DatabaseFormatException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseFormatException
extends java.lang.Exception

The DatabaseFormatException class. This exeception is generated when there is a problem with the format of a database object.

Version:
$Revision: 1.5 $
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>
Last modified by: $Author: yaztromo $ on $Date: 2003/04/13 22:48:09 $.
See Also:
Serialized Form

Constructor Summary
DatabaseFormatException()
          Constructs a new DatabaseFormatException object.
DatabaseFormatException(java.lang.String s)
          Constructs a new DatabaseFormatException object with the given message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseFormatException

public DatabaseFormatException()
Constructs a new DatabaseFormatException object.

DatabaseFormatException

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

jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.