Package de.espirit.firstspirit.access
Class ConcurrentChangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.ConcurrentModificationException
de.espirit.firstspirit.access.ConcurrentChangeException
- All Implemented Interfaces:
Serializable
This exception may be thrown by methods that have detected concurrent changes of an object.
- Since:
- 4.2.400
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConcurrentChangeException
public ConcurrentChangeException()
-