org.jooq.exception
Class DetachedException

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

public class DetachedException
extends DataAccessException

An operation was invoked on a detached object (Query, QueryPart, or UpdatableRecord).

Author:
Lukas Eder
See Also:
Serialized Form

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

DetachedException

public DetachedException(String message)
Constructor for DetachedException.

Parameters:
message - the detail message


Copyright © 2012. All Rights Reserved.