Fido Alpha 3.2

fido.db
Class FidoDatabaseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--fido.db.FidoException
                    |
                    +--fido.db.FidoDatabaseException
All Implemented Interfaces:
java.io.Serializable

public class FidoDatabaseException
extends FidoException

Indicates an error occured in the database.

See Also:
Serialized Form

Constructor Summary
FidoDatabaseException(java.sql.SQLException e)
          Constructs an FidoDatabaseException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FidoDatabaseException

public FidoDatabaseException(java.sql.SQLException e)
Constructs an FidoDatabaseException with a detail message.


Fido Alpha 3.2