Klasse ResourceWasChangedInTheMeanwhileException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.nolix.core.errorcontrol.exception.ResourceWasChangedInTheMeanwhileException
Alle implementierten Schnittstellen:
Serializable

public final class ResourceWasChangedInTheMeanwhileException extends RuntimeException
A ResourceWasChangedInTheMeanwhileException is a RuntimeException that is supposed to be thrown when a specific resource was undesirably changed in the meanwhile. For thhis conext, a resource can be e.g.: data, schema, file, connection.
Autor:
Silvan Wyss
Siehe auch: