org.liquidsite.util.db
Class DatabaseDataException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.liquidsite.util.db.DatabaseDataException
All Implemented Interfaces:
java.io.Serializable

public class DatabaseDataException
extends java.lang.Exception

A database data exception. This exception is thrown when the results of a database query or statement didn't match the expected results. This is normally due to references to an invalid column name, an incompatible data type, or a row or column index being out of bounds.

See Also:
Serialized Form

Constructor Summary
DatabaseDataException(java.lang.String message)
          Creates a new database data exception.
 
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

DatabaseDataException

public DatabaseDataException(java.lang.String message)
Creates a new database data exception.

Parameters:
message - the error message