Class ConcurrentModificationRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConcurrentModificationRuntimeException
    extends MendixRuntimeException
    The exception that is thrown on concurrent modifications to the same database row.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ConcurrentModificationRuntimeException

        public ConcurrentModificationRuntimeException​(java.lang.Throwable cause)
        Creates an exception with the specified cause.
        Parameters:
        cause - the underlying cause of this exception