net.shredzone.ifish.db
Class DatabaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.shredzone.ifish.db.DatabaseException
All Implemented Interfaces:
Serializable

public class DatabaseException
extends Exception

This exception signals a problem with the database.

Version:
$Id: DatabaseException.java 291 2009-04-28 21:29:27Z shred $
See Also:
Serialized Form

Constructor Summary
DatabaseException(String msg)
          Constructor for the DatabaseException object
 
Method Summary
 
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

DatabaseException

public DatabaseException(String msg)
Constructor for the DatabaseException object

Parameters:
msg - A message


Copyright © 2007-2011 shredzone.org. All Rights Reserved.