org.jooq.exception
Class DataChangedException

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

public class DataChangedException
extends DataAccessException

An error occurred while storing a record whose underlying data had already been changed

Author:
Lukas Eder
See Also:
UpdatableRecord.store(), Serialized Form

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

DataChangedException

public DataChangedException(String message)
Constructor for DataChangedException.

Parameters:
message - the detail message

DataChangedException

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

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.