jACOB 2.7 API Documentation.

de.tif.jacob.core.exception
Class UncommittedLinkedRecordException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.tif.jacob.core.exception.UserException
              extended by de.tif.jacob.core.exception.UncommittedLinkedRecordException
All Implemented Interfaces:
java.io.Serializable

public class UncommittedLinkedRecordException
extends UserException

This exception indicates that a record is going to be saved (committed), which is linked to an uncommitted record.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.tif.jacob.core.exception.UserException
RCS_ID, RCS_REV
 
Constructor Summary
UncommittedLinkedRecordException(IDataTableRecord record)
          Constructs the UncommittedLinkedRecordException.
 
Method Summary
 
Methods inherited from class de.tif.jacob.core.exception.UserException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UncommittedLinkedRecordException

public UncommittedLinkedRecordException(IDataTableRecord record)
Constructs the UncommittedLinkedRecordException.

Parameters:
record - the uncommitted linked record

jACOB 2.7 API Documentation.