org.jooq.exception
Class DataTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jooq.exception.DataAccessException
                  extended by org.jooq.exception.DataTypeException
All Implemented Interfaces:
Serializable

public class DataTypeException
extends DataAccessException

An error occurred while handling data types. This typically happens when converting types

Author:
Lukas Eder
See Also:
Serialized Form

Constructor Summary
DataTypeException(String message)
          Constructor for DataTypeException.
DataTypeException(String message, Throwable cause)
          Constructor for DataTypeException.
 
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

DataTypeException

public DataTypeException(String message)
Constructor for DataTypeException.

Parameters:
message - the detail message

DataTypeException

public DataTypeException(String message,
                         Throwable cause)
Constructor for DataTypeException.

Parameters:
message - the detail message
cause - the root cause (usually from using a underlying data access API such as JDBC)


Copyright © 2012. All Rights Reserved.