org.jooq.exception
Class InvalidResultException

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.InvalidResultException
All Implemented Interfaces:
Serializable

public class InvalidResultException
extends DataAccessException

An unexpected result was encountered after executing a Query. This exception indicates wrong usage of jOOQ's various fetch methods, or an integrity problem in your data.

This is typically the case in the following situations:

Author:
Lukas Eder
See Also:
Serialized Form

Constructor Summary
InvalidResultException(String message)
          Constructor for InvalidResultException.
 
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

InvalidResultException

public InvalidResultException(String message)
Constructor for InvalidResultException.

Parameters:
message - the detail message


Copyright © 2012. All Rights Reserved.