org.garret.consus
Class ConsusIncompatibleTypesError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.garret.consus.ConsusIncompatibleTypesError
All Implemented Interfaces:
java.io.Serializable

public class ConsusIncompatibleTypesError
extends java.sql.SQLException

Exception is thrown when the type convertion between a type specified by programmer and a data type in the database is not possible.

See Also:
Serialized Form

Constructor Summary
ConsusIncompatibleTypesError()
          Default constructor
ConsusIncompatibleTypesError(java.lang.Object obj)
          Constructor with information about the object that caused the fault.
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsusIncompatibleTypesError

public ConsusIncompatibleTypesError()
Default constructor


ConsusIncompatibleTypesError

public ConsusIncompatibleTypesError(java.lang.Object obj)
Constructor with information about the object that caused the fault.

Parameters:
obj - source object which is failed to be converted to the requested type