database
Class DatabaseException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--database.DatabaseException
- Direct Known Subclasses:
- NotFoundException
- public class DatabaseException
- extends Exception
Thrown to indicate that some error condition in the Database package has occured.
- Version:
- $Id: DatabaseException.java,v 1.1.1.2 2002/05/08 22:48:28 tep Exp $
- Author:
- Per Harald Myrvang <perm@pasta.cs.uit.no>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
DatabaseException
public DatabaseException()
DatabaseException
public DatabaseException(String s)