suncertify.db
Class DatabaseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--suncertify.db.DatabaseException

public class DatabaseException
extends java.lang.Exception

The Exception class for all DataBase Exceptions.

Version:
1 08/09/1999
See Also:
Serialized Form

Constructor Summary
DatabaseException()
          The no argument Class Constructor.
DatabaseException(java.lang.String msg)
          The Class constructor that accepts a java.lang.String argument.
 
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

DatabaseException

public DatabaseException()
The no argument Class Constructor.

DatabaseException

public DatabaseException(java.lang.String msg)
The Class constructor that accepts a java.lang.String argument.