Module org.jooq

Class 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 Details

    • DetachedException

      public DetachedException(String message)
      Constructor for DetachedException.
      Parameters:
      message - the detail message