ReportMill 10 API

com.reportmill.datasource
Class RMJDBCUpdateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.reportmill.datasource.RMJDBCUpdateException
All Implemented Interfaces:
java.io.Serializable

public class RMJDBCUpdateException
extends java.lang.Exception

This exception is thrown whenever the RMRelationalDatasource tries to update a row in the database that has been modified externally.

See Also:
Serialized Form

Constructor Summary
RMJDBCUpdateException(RMEntity table, java.lang.String operation)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RMJDBCUpdateException

public RMJDBCUpdateException(RMEntity table,
                             java.lang.String operation)

ReportMill 10 API